Html Css Color HEX #DFCF10 Sunflower

📋 copy color: '#DFCF10'

red 223 ◦ green 207 ◦ blue 16

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

Shades of Sunflower #DFCF10

Tints of Sunflower #DFCF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.59%

R = 50%
G = 46.41%
B = 3.59%

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

#DFCF10 (or 0xDFCF10) is known color: Sunflower. HEX triplet: DF, CF and 10. RGB value is (223,207,16). Sum of RGB (Red+Green+Blue) = 223+207+16=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF10 is #2030EF. Grayscale: #BEBEBE. Windows color (decimal): -2109680 or 1101791. OLE color: 1101791.

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

Color convert

RGB 223 207 16 -
CMYK 0 0.07 0.93 0.13
HSL 55.36º 0.87% 0.47% -
HSV(B) 55.36º 0.93% 0.87% -
XYZ 52.84 60.35 9.35 -
YUV 190.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 223 207 16 0 0.07 0.93 0.13 55.36 0.87 0.47
Hex DF CF 10 0 7 5D D 37 57 2F
Octal 337 317 20 0 7 135 15 67 127 57
Binary 11011111 11001111 10000 0 111 1011101 1101 110111 1010111 101111

Color Harmonies of #DFCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF10

Black with #DFCF10

Text Example


Text Example

White with #DFCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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