Html Css Color HEX #DFCF0F Sunflower

📋 copy color: '#DFCF0F'

red 223 ◦ green 207 ◦ blue 15

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

Shades of Sunflower #DFCF0F

Tints of Sunflower #DFCF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 50.11%
G = 46.52%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFCF0F (or 0xDFCF0F) is known color: Sunflower. HEX triplet: DF, CF and 0F. RGB value is (223,207,15). Sum of RGB (Red+Green+Blue) = 223+207+15=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF0F is #2030F0. Grayscale: #BEBEBE. Windows color (decimal): -2109681 or 1036255. OLE color: 1036255.

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

Color convert

RGB 223 207 15 -
CMYK 0 0.07 0.93 0.13
HSL 55.38º 0.87% 0.47% -
HSV(B) 55.38º 0.93% 0.87% -
XYZ 52.83 60.35 9.32 -
YUV 189.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 223 207 15 0 0.07 0.93 0.13 55.38 0.87 0.47
Hex DF CF F 0 7 5D D 37 57 2F
Octal 337 317 17 0 7 135 15 67 127 57
Binary 11011111 11001111 1111 0 111 1011101 1101 110111 1010111 101111

Color Harmonies of #DFCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF0F

Black with #DFCF0F

Text Example


Text Example

White with #DFCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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