Html Css Color HEX #DFB406 Sunflower

📋 copy color: '#DFB406'

red 223 ◦ green 180 ◦ blue 6

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

Shades of Sunflower #DFB406

Tints of Sunflower #DFB406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

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

R = 54.52%
G = 44.01%
B = 1.47%

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

#DFB406 (or 0xDFB406) is known color: Sunflower. HEX triplet: DF, B4 and 06. RGB value is (223,180,6). Sum of RGB (Red+Green+Blue) = 223+180+6=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB406 is #204BF9. Grayscale: #ADADAD. Windows color (decimal): -2116602 or 439519. OLE color: 439519.

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

Color convert

RGB 223 180 6 -
CMYK 0 0.19 0.97 0.13
HSL 48.11º 0.95% 0.45% -
HSV(B) 48.11º 0.97% 0.87% -
XYZ 46.79 48.34 7.04 -
YUV 173.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 223 180 6 0 0.19 0.97 0.13 48.11 0.95 0.45
Hex DF B4 6 0 13 61 D 30 5F 2D
Octal 337 264 6 0 23 141 15 60 137 55
Binary 11011111 10110100 110 0 10011 1100001 1101 110000 1011111 101101

Color Harmonies of #DFB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB406

Black with #DFB406

Text Example


Text Example

White with #DFB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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