Html Css Color HEX #DDB36A Equator

📋 copy color: '#DDB36A'

red 221 ◦ green 179 ◦ blue 106

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

Shades of Equator #DDB36A

Tints of Equator #DDB36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 43.68%
G = 35.38%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDB36A (or 0xDDB36A) is known color: Equator. HEX triplet: DD, B3 and 6A. RGB value is (221,179,106). Sum of RGB (Red+Green+Blue) = 221+179+106=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB36A is #224C95. Grayscale: #B7B7B7. Windows color (decimal): -2247830 or 6992861. OLE color: 6992861.

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

Color convert

RGB 221 179 106 -
CMYK 0 0.19 0.52 0.13
HSL 38.09º 0.63% 0.64% -
HSV(B) 38.09º 0.52% 0.87% -
XYZ 48.54 48.65 20.47 -
YUV 183.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 221 179 106 0 0.19 0.52 0.13 38.09 0.63 0.64
Hex DD B3 6A 0 13 34 D 26 3F 40
Octal 335 263 152 0 23 64 15 46 77 100
Binary 11011101 10110011 1101010 0 10011 110100 1101 100110 111111 1000000

Color Harmonies of #DDB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB36A

Black with #DDB36A

Text Example


Text Example

White with #DDB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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