Html Css Color HEX #DFB45A Equator

📋 copy color: '#DFB45A'

red 223 ◦ green 180 ◦ blue 90

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

Shades of Equator #DFB45A

Tints of Equator #DFB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

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

R = 45.23%
G = 36.51%
B = 18.26%

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

#DFB45A (or 0xDFB45A) is known color: Equator. HEX triplet: DF, B4 and 5A. RGB value is (223,180,90). Sum of RGB (Red+Green+Blue) = 223+180+90=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB45A is #204BA5. Grayscale: #B6B6B6. Windows color (decimal): -2116518 or 5944543. OLE color: 5944543.

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

Color convert

RGB 223 180 90 -
CMYK 0 0.19 0.60 0.13
HSL 40.6º 0.68% 0.61% -
HSV(B) 40.6º 0.6% 0.87% -
XYZ 48.6 49.07 16.58 -
YUV 182.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 223 180 90 0 0.19 0.60 0.13 40.6 0.68 0.61
Hex DF B4 5A 0 13 3C D 29 44 3D
Octal 337 264 132 0 23 74 15 51 104 75
Binary 11011111 10110100 1011010 0 10011 111100 1101 101001 1000100 111101

Color Harmonies of #DFB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB45A

Black with #DFB45A

Text Example


Text Example

White with #DFB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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