Html Css Color HEX #DFBB0F Sunflower

📋 copy color: '#DFBB0F'

red 223 ◦ green 187 ◦ blue 15

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

Shades of Sunflower #DFBB0F

Tints of Sunflower #DFBB0F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

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

R = 52.47%
G = 44%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFBB0F (or 0xDFBB0F) is known color: Sunflower. HEX triplet: DF, BB and 0F. RGB value is (223,187,15). Sum of RGB (Red+Green+Blue) = 223+187+15=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB0F is #2044F0. Grayscale: #B2B2B2. Windows color (decimal): -2114801 or 1031135. OLE color: 1031135.

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

Color convert

RGB 223 187 15 -
CMYK 0 0.16 0.93 0.13
HSL 49.62º 0.87% 0.47% -
HSV(B) 49.62º 0.93% 0.87% -
XYZ 48.29 51.26 7.8 -
YUV 178.16 35.93 159.99 -
System Red Green Blue C M Y K H S L
Decimal 223 187 15 0 0.16 0.93 0.13 49.62 0.87 0.47
Hex DF BB F 0 10 5D D 32 57 2F
Octal 337 273 17 0 20 135 15 62 127 57
Binary 11011111 10111011 1111 0 10000 1011101 1101 110010 1010111 101111

Color Harmonies of #DFBB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB0F

Black with #DFBB0F

Text Example


Text Example

White with #DFBB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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