Html Css Color HEX #DFB605 Sunflower

📋 copy color: '#DFB605'

red 223 ◦ green 182 ◦ blue 5

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

Shades of Sunflower #DFB605

Tints of Sunflower #DFB605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

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

R = 54.39%
G = 44.39%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFB605 (or 0xDFB605) is known color: Sunflower. HEX triplet: DF, B6 and 05. RGB value is (223,182,5). Sum of RGB (Red+Green+Blue) = 223+182+5=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB605 is #2049FA. Grayscale: #AEAEAE. Windows color (decimal): -2116091 or 374495. OLE color: 374495.

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

Color convert

RGB 223 182 5 -
CMYK 0 0.18 0.98 0.13
HSL 48.72º 0.96% 0.45% -
HSV(B) 48.72º 0.98% 0.87% -
XYZ 47.19 49.15 7.14 -
YUV 174.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 223 182 5 0 0.18 0.98 0.13 48.72 0.96 0.45
Hex DF B6 5 0 12 62 D 31 60 2D
Octal 337 266 5 0 22 142 15 61 140 55
Binary 11011111 10110110 101 0 10010 1100010 1101 110001 1100000 101101

Color Harmonies of #DFB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB605

Black with #DFB605

Text Example


Text Example

White with #DFB605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB605; }

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

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

background-color css

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

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

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

border-color css

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

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

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