Html Css Color HEX #DDC012 Sunflower

📋 copy color: '#DDC012'

red 221 ◦ green 192 ◦ blue 18

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

Shades of Sunflower #DDC012

Tints of Sunflower #DDC012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 51.28%
G = 44.55%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDC012 (or 0xDDC012) is known color: Sunflower. HEX triplet: DD, C0 and 12. RGB value is (221,192,18). Sum of RGB (Red+Green+Blue) = 221+192+18=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC012 is #223FED. Grayscale: #B5B5B5. Windows color (decimal): -2244590 or 1229021. OLE color: 1229021.

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

Color convert

RGB 221 192 18 -
CMYK 0 0.13 0.92 0.13
HSL 51.43º 0.85% 0.47% -
HSV(B) 51.43º 0.92% 0.87% -
XYZ 48.78 53.12 8.25 -
YUV 180.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 221 192 18 0 0.13 0.92 0.13 51.43 0.85 0.47
Hex DD C0 12 0 D 5C D 33 55 2F
Octal 335 300 22 0 15 134 15 63 125 57
Binary 11011101 11000000 10010 0 1101 1011100 1101 110011 1010101 101111

Color Harmonies of #DDC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC012

Black with #DDC012

Text Example


Text Example

White with #DDC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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