Html Css Color HEX #DDB76A Equator

📋 copy color: '#DDB76A'

red 221 ◦ green 183 ◦ blue 106

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

Shades of Equator #DDB76A

Tints of Equator #DDB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

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

R = 43.33%
G = 35.88%
B = 20.78%

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

#DDB76A (or 0xDDB76A) is known color: Equator. HEX triplet: DD, B7 and 6A. RGB value is (221,183,106). Sum of RGB (Red+Green+Blue) = 221+183+106=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB76A is #224895. Grayscale: #B9B9B9. Windows color (decimal): -2246806 or 6993885. OLE color: 6993885.

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

Color convert

RGB 221 183 106 -
CMYK 0 0.17 0.52 0.13
HSL 40.17º 0.63% 0.64% -
HSV(B) 40.17º 0.52% 0.87% -
XYZ 49.35 50.28 20.74 -
YUV 185.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 221 183 106 0 0.17 0.52 0.13 40.17 0.63 0.64
Hex DD B7 6A 0 11 34 D 28 3F 40
Octal 335 267 152 0 21 64 15 50 77 100
Binary 11011101 10110111 1101010 0 10001 110100 1101 101000 111111 1000000

Color Harmonies of #DDB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB76A

Black with #DDB76A

Text Example


Text Example

White with #DDB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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