Html Css Color HEX #DDC112 Sunflower

📋 copy color: '#DDC112'

red 221 ◦ green 193 ◦ blue 18

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

Shades of Sunflower #DDC112

Tints of Sunflower #DDC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

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

R = 51.16%
G = 44.68%
B = 4.17%

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

#DDC112 (or 0xDDC112) is known color: Sunflower. HEX triplet: DD, C1 and 12. RGB value is (221,193,18). Sum of RGB (Red+Green+Blue) = 221+193+18=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC112 is #223EED. Grayscale: #B6B6B6. Windows color (decimal): -2244334 or 1229277. OLE color: 1229277.

HSL color Cylindrical-coordinate representation of color #DDC112: hue angle of 51.72º 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 #DDC112 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 18 -
CMYK 0 0.13 0.92 0.13
HSL 51.72º 0.85% 0.47% -
HSV(B) 51.72º 0.92% 0.87% -
XYZ 49 53.56 8.33 -
YUV 181.42 35.78 156.23 -
System Red Green Blue C M Y K H S L
Decimal 221 193 18 0 0.13 0.92 0.13 51.72 0.85 0.47
Hex DD C1 12 0 D 5C D 34 55 2F
Octal 335 301 22 0 15 134 15 64 125 57
Binary 11011101 11000001 10010 0 1101 1011100 1101 110100 1010101 101111

Color Harmonies of #DDC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC112

Black with #DDC112

Text Example


Text Example

White with #DDC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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