Html Css Color HEX #DFB35B Equator

📋 copy color: '#DFB35B'

red 223 ◦ green 179 ◦ blue 91

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

Shades of Equator #DFB35B

Tints of Equator #DFB35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.46%

R = 45.23%
G = 36.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFB35B (or 0xDFB35B) is known color: Equator. HEX triplet: DF, B3 and 5B. RGB value is (223,179,91). Sum of RGB (Red+Green+Blue) = 223+179+91=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB35B is #204CA4. Grayscale: #B6B6B6. Windows color (decimal): -2116773 or 6009823. OLE color: 6009823.

HSL color Cylindrical-coordinate representation of color #DFB35B: hue angle of 40º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFB35B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 91 -
CMYK 0 0.20 0.59 0.13
HSL 40º 0.67% 0.62% -
HSV(B) 40º 0.59% 0.87% -
XYZ 48.44 48.68 16.74 -
YUV 182.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 223 179 91 0 0.20 0.59 0.13 40 0.67 0.62
Hex DF B3 5B 0 14 3B D 28 43 3E
Octal 337 263 133 0 24 73 15 50 103 76
Binary 11011111 10110011 1011011 0 10100 111011 1101 101000 1000011 111110

Color Harmonies of #DFB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB35B

Black with #DFB35B

Text Example


Text Example

White with #DFB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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