Html Css Color HEX #DFCF12 Sunflower

📋 copy color: '#DFCF12'

red 223 ◦ green 207 ◦ blue 18

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

Shades of Sunflower #DFCF12

Tints of Sunflower #DFCF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.21%

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

R = 49.78%
G = 46.21%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFCF12 (or 0xDFCF12) is known color: Sunflower. HEX triplet: DF, CF and 12. RGB value is (223,207,18). Sum of RGB (Red+Green+Blue) = 223+207+18=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF12 is #2030ED. Grayscale: #BFBFBF. Windows color (decimal): -2109678 or 1232863. OLE color: 1232863.

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

Color convert

RGB 223 207 18 -
CMYK 0 0.07 0.92 0.13
HSL 55.32º 0.85% 0.47% -
HSV(B) 55.32º 0.92% 0.87% -
XYZ 52.85 60.36 9.44 -
YUV 190.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 223 207 18 0 0.07 0.92 0.13 55.32 0.85 0.47
Hex DF CF 12 0 7 5C D 37 55 2F
Octal 337 317 22 0 7 134 15 67 125 57
Binary 11011111 11001111 10010 0 111 1011100 1101 110111 1010101 101111

Color Harmonies of #DFCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF12

Black with #DFCF12

Text Example


Text Example

White with #DFCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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