Html Css Color HEX #DFB602 Sunflower

📋 copy color: '#DFB602'

red 223 ◦ green 182 ◦ blue 2

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

Shades of Sunflower #DFB602

Tints of Sunflower #DFB602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.79%
G = 44.72%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFB602 (or 0xDFB602) is known color: Sunflower. HEX triplet: DF, B6 and 02. RGB value is (223,182,2). Sum of RGB (Red+Green+Blue) = 223+182+2=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB602 is #2049FD. Grayscale: #AEAEAE. Windows color (decimal): -2116094 or 177887. OLE color: 177887.

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

Color convert

RGB 223 182 2 -
CMYK 0 0.18 0.99 0.13
HSL 48.87º 0.98% 0.44% -
HSV(B) 48.87º 0.99% 0.87% -
XYZ 47.17 49.15 7.06 -
YUV 173.74 31.08 163.14 -
System Red Green Blue C M Y K H S L
Decimal 223 182 2 0 0.18 0.99 0.13 48.87 0.98 0.44
Hex DF B6 2 0 12 63 D 31 62 2C
Octal 337 266 2 0 22 143 15 61 142 54
Binary 11011111 10110110 10 0 10010 1100011 1101 110001 1100010 101100

Color Harmonies of #DFB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB602

Black with #DFB602

Text Example


Text Example

White with #DFB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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