Html Css Color HEX #DDB86A Equator

📋 copy color: '#DDB86A'

red 221 ◦ green 184 ◦ blue 106

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

Shades of Equator #DDB86A

Tints of Equator #DDB86A

RGB

 RED value IS 221 (86.72% from 255) = 43.25%

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

 BLUE value IS 106 (41.8% from 255) = 20.74%

R = 43.25%
G = 36.01%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDB86A (or 0xDDB86A) is known color: Equator. HEX triplet: DD, B8 and 6A. RGB value is (221,184,106). Sum of RGB (Red+Green+Blue) = 221+184+106=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB86A is #224795. Grayscale: #BABABA. Windows color (decimal): -2246550 or 6994141. OLE color: 6994141.

HSL color Cylindrical-coordinate representation of color #DDB86A: hue angle of 40.7º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDB86A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 106 -
CMYK 0 0.17 0.52 0.13
HSL 40.7º 0.63% 0.64% -
HSV(B) 40.7º 0.52% 0.87% -
XYZ 49.56 50.69 20.81 -
YUV 186.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 221 184 106 0 0.17 0.52 0.13 40.7 0.63 0.64
Hex DD B8 6A 0 11 34 D 29 3F 40
Octal 335 270 152 0 21 64 15 51 77 100
Binary 11011101 10111000 1101010 0 10001 110100 1101 101001 111111 1000000

Color Harmonies of #DDB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB86A

Black with #DDB86A

Text Example


Text Example

White with #DDB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB86A; }

 p { color: rgb(221,184,106); }

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

background-color css

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

 a { background-color: rgb(221,184,106); }

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

border-color css

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

 span { border-color: rgb(221,184,106); }

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