Html Css Color HEX #DFB55A Equator

📋 copy color: '#DFB55A'

red 223 ◦ green 181 ◦ blue 90

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

Shades of Equator #DFB55A

Tints of Equator #DFB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.64%

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 45.14%
G = 36.64%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFB55A (or 0xDFB55A) is known color: Equator. HEX triplet: DF, B5 and 5A. RGB value is (223,181,90). Sum of RGB (Red+Green+Blue) = 223+181+90=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB55A is #204AA5. Grayscale: #B7B7B7. Windows color (decimal): -2116262 or 5944799. OLE color: 5944799.

HSL color Cylindrical-coordinate representation of color #DFB55A: hue angle of 41.05º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFB55A is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 90 -
CMYK 0 0.19 0.60 0.13
HSL 41.05º 0.68% 0.61% -
HSV(B) 41.05º 0.6% 0.87% -
XYZ 48.8 49.47 16.65 -
YUV 183.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 223 181 90 0 0.19 0.60 0.13 41.05 0.68 0.61
Hex DF B5 5A 0 13 3C D 29 44 3D
Octal 337 265 132 0 23 74 15 51 104 75
Binary 11011111 10110101 1011010 0 10011 111100 1101 101001 1000100 111101

Color Harmonies of #DFB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB55A

Black with #DFB55A

Text Example


Text Example

White with #DFB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB55A; }

 p { color: rgb(223,181,90); }

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

background-color css

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

 a { background-color: rgb(223,181,90); }

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

border-color css

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

 span { border-color: rgb(223,181,90); }

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