Html Css Color HEX #DFB506 Sunflower

📋 copy color: '#DFB506'

red 223 ◦ green 181 ◦ blue 6

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

Shades of Sunflower #DFB506

Tints of Sunflower #DFB506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.15%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 54.39%
G = 44.15%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFB506 (or 0xDFB506) is known color: Sunflower. HEX triplet: DF, B5 and 06. RGB value is (223,181,6). Sum of RGB (Red+Green+Blue) = 223+181+6=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB506 is #204AF9. Grayscale: #AEAEAE. Windows color (decimal): -2116346 or 439775. OLE color: 439775.

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

Color convert

RGB 223 181 6 -
CMYK 0 0.19 0.97 0.13
HSL 48.39º 0.95% 0.45% -
HSV(B) 48.39º 0.97% 0.87% -
XYZ 46.99 48.75 7.11 -
YUV 173.61 33.41 163.23 -
System Red Green Blue C M Y K H S L
Decimal 223 181 6 0 0.19 0.97 0.13 48.39 0.95 0.45
Hex DF B5 6 0 13 61 D 30 5F 2D
Octal 337 265 6 0 23 141 15 60 137 55
Binary 11011111 10110101 110 0 10011 1100001 1101 110000 1011111 101101

Color Harmonies of #DFB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB506

Black with #DFB506

Text Example


Text Example

White with #DFB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB506; }

 p { color: rgb(223,181,6); }

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

background-color css

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

 a { background-color: rgb(223,181,6); }

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

border-color css

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

 span { border-color: rgb(223,181,6); }

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