Html Css Color HEX #DFCB0F Sunflower

📋 copy color: '#DFCB0F'

red 223 ◦ green 203 ◦ blue 15

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

Shades of Sunflower #DFCB0F

Tints of Sunflower #DFCB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.03%

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

R = 50.57%
G = 46.03%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFCB0F (or 0xDFCB0F) is known color: Sunflower. HEX triplet: DF, CB and 0F. RGB value is (223,203,15). Sum of RGB (Red+Green+Blue) = 223+203+15=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB0F is #2034F0. Grayscale: #BCBCBC. Windows color (decimal): -2110705 or 1035231. OLE color: 1035231.

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

Color convert

RGB 223 203 15 -
CMYK 0 0.09 0.93 0.13
HSL 54.23º 0.87% 0.47% -
HSV(B) 54.23º 0.93% 0.87% -
XYZ 51.87 58.43 9 -
YUV 187.55 30.63 153.29 -
System Red Green Blue C M Y K H S L
Decimal 223 203 15 0 0.09 0.93 0.13 54.23 0.87 0.47
Hex DF CB F 0 9 5D D 36 57 2F
Octal 337 313 17 0 11 135 15 66 127 57
Binary 11011111 11001011 1111 0 1001 1011101 1101 110110 1010111 101111

Color Harmonies of #DFCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB0F

Black with #DFCB0F

Text Example


Text Example

White with #DFCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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