Html Css Color HEX #DDC01A Sunflower

📋 copy color: '#DDC01A'

red 221 ◦ green 192 ◦ blue 26

#DDC01A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DDC01A

Tints of Sunflower #DDC01A

RGB

 RED value IS 221 (86.72% from 255) = 50.34%

 GREEN value IS 192 (75.39% from 255) = 43.74%

 BLUE value IS 26 (10.55% from 255) = 5.92%

R = 50.34%
G = 43.74%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDC01A (or 0xDDC01A) is known color: Sunflower. HEX triplet: DD, C0 and 1A. RGB value is (221,192,26). Sum of RGB (Red+Green+Blue) = 221+192+26=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC01A is #223FE5. Grayscale: #B6B6B6. Windows color (decimal): -2244582 or 1753309. OLE color: 1753309.

HSL color Cylindrical-coordinate representation of color #DDC01A: hue angle of 51.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC01A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 26 -
CMYK 0 0.13 0.88 0.13
HSL 51.08º 0.79% 0.48% -
HSV(B) 51.08º 0.88% 0.87% -
XYZ 48.85 53.15 8.66 -
YUV 181.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 221 192 26 0 0.13 0.88 0.13 51.08 0.79 0.48
Hex DD C0 1A 0 D 58 D 33 4F 30
Octal 335 300 32 0 15 130 15 63 117 60
Binary 11011101 11000000 11010 0 1101 1011000 1101 110011 1001111 110000

Color Harmonies of #DDC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC01A

Black with #DDC01A

Text Example


Text Example

White with #DDC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC01A; }

 p { color: rgb(221,192,26); }

 H1.HeaderClassName
 {
   color: #DDC01A;
 }
 .AnyTagClassName
 {
   color: #DDC01A;
 }
</style>

background-color css

<style>
 a { background-color: #DDC01A; }

 a { background-color: rgb(221,192,26); }

 div.DivClassName
 {
   background-color: #DDC01A;
 }
 .BgClassName
 {
   background-color: #DDC01A;
 }
</style>

border-color css

<style>
 span { border-color: #DDC01A; }

 span { border-color: rgb(221,192,26); }

 td.TdClassName
 {
   border-color: #DDC01A;
 }
 .TagClassName
 {
   border-color: #DDC01A;
 }
</style>