Html Css Color HEX #DFB302 Sunflower

📋 copy color: '#DFB302'

red 223 ◦ green 179 ◦ blue 2

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

Shades of Sunflower #DFB302

Tints of Sunflower #DFB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.31%

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

R = 55.2%
G = 44.31%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFB302 (or 0xDFB302) is known color: Sunflower. HEX triplet: DF, B3 and 02. RGB value is (223,179,2). Sum of RGB (Red+Green+Blue) = 223+179+2=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB302 is #204CFD. Grayscale: #ACACAC. Windows color (decimal): -2116862 or 177119. OLE color: 177119.

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

Color convert

RGB 223 179 2 -
CMYK 0 0.20 0.99 0.13
HSL 48.05º 0.98% 0.44% -
HSV(B) 48.05º 0.99% 0.87% -
XYZ 46.56 47.93 6.86 -
YUV 171.98 32.08 164.39 -
System Red Green Blue C M Y K H S L
Decimal 223 179 2 0 0.20 0.99 0.13 48.05 0.98 0.44
Hex DF B3 2 0 14 63 D 30 62 2C
Octal 337 263 2 0 24 143 15 60 142 54
Binary 11011111 10110011 10 0 10100 1100011 1101 110000 1100010 101100

Color Harmonies of #DFB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB302

Black with #DFB302

Text Example


Text Example

White with #DFB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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