Html Css Color HEX #DFB85A Equator

📋 copy color: '#DFB85A'

red 223 ◦ green 184 ◦ blue 90

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

Shades of Equator #DFB85A

Tints of Equator #DFB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.02%

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

R = 44.87%
G = 37.02%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFB85A (or 0xDFB85A) is known color: Equator. HEX triplet: DF, B8 and 5A. RGB value is (223,184,90). Sum of RGB (Red+Green+Blue) = 223+184+90=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85A is #2047A5. Grayscale: #B9B9B9. Windows color (decimal): -2115494 or 5945567. OLE color: 5945567.

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

Color convert

RGB 223 184 90 -
CMYK 0 0.17 0.60 0.13
HSL 42.41º 0.68% 0.61% -
HSV(B) 42.41º 0.6% 0.87% -
XYZ 49.42 50.71 16.86 -
YUV 184.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 223 184 90 0 0.17 0.60 0.13 42.41 0.68 0.61
Hex DF B8 5A 0 11 3C D 2A 44 3D
Octal 337 270 132 0 21 74 15 52 104 75
Binary 11011111 10111000 1011010 0 10001 111100 1101 101010 1000100 111101

Color Harmonies of #DFB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB85A

Black with #DFB85A

Text Example


Text Example

White with #DFB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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