Html Css Color HEX #DFC212 Sunflower

📋 copy color: '#DFC212'

red 223 ◦ green 194 ◦ blue 18

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

Shades of Sunflower #DFC212

Tints of Sunflower #DFC212

RGB

 RED value IS 223 (87.5% from 255) = 51.26%

 GREEN value IS 194 (76.17% from 255) = 44.6%

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

R = 51.26%
G = 44.6%
B = 4.14%

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

#DFC212 (or 0xDFC212) is known color: Sunflower. HEX triplet: DF, C2 and 12. RGB value is (223,194,18). Sum of RGB (Red+Green+Blue) = 223+194+18=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC212 is #203DED. Grayscale: #B7B7B7. Windows color (decimal): -2113006 or 1229535. OLE color: 1229535.

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

Color convert

RGB 223 194 18 -
CMYK 0 0.13 0.92 0.13
HSL 51.51º 0.85% 0.47% -
HSV(B) 51.51º 0.92% 0.87% -
XYZ 49.83 54.32 8.43 -
YUV 182.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 223 194 18 0 0.13 0.92 0.13 51.51 0.85 0.47
Hex DF C2 12 0 D 5C D 34 55 2F
Octal 337 302 22 0 15 134 15 64 125 57
Binary 11011111 11000010 10010 0 1101 1011100 1101 110100 1010101 101111

Color Harmonies of #DFC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC212

Black with #DFC212

Text Example


Text Example

White with #DFC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC212; }

 p { color: rgb(223,194,18); }

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

background-color css

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

 a { background-color: rgb(223,194,18); }

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

border-color css

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

 span { border-color: rgb(223,194,18); }

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