Html Css Color HEX #DFBB05 Sunflower

📋 copy color: '#DFBB05'

red 223 ◦ green 187 ◦ blue 5

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

Shades of Sunflower #DFBB05

Tints of Sunflower #DFBB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 53.73%
G = 45.06%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFBB05 (or 0xDFBB05) is known color: Sunflower. HEX triplet: DF, BB and 05. RGB value is (223,187,5). Sum of RGB (Red+Green+Blue) = 223+187+5=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB05 is #2044FA. Grayscale: #B1B1B1. Windows color (decimal): -2114811 or 375775. OLE color: 375775.

HSL color Cylindrical-coordinate representation of color #DFBB05: hue angle of 50.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFBB05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 187 5 -
CMYK 0 0.16 0.98 0.13
HSL 50.09º 0.96% 0.45% -
HSV(B) 50.09º 0.98% 0.87% -
XYZ 48.23 51.24 7.49 -
YUV 177.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 223 187 5 0 0.16 0.98 0.13 50.09 0.96 0.45
Hex DF BB 5 0 10 62 D 32 60 2D
Octal 337 273 5 0 20 142 15 62 140 55
Binary 11011111 10111011 101 0 10000 1100010 1101 110010 1100000 101101

Color Harmonies of #DFBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB05

Black with #DFBB05

Text Example


Text Example

White with #DFBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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