Html Css Color HEX #DDB46A Equator

📋 copy color: '#DDB46A'

red 221 ◦ green 180 ◦ blue 106

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

Shades of Equator #DDB46A

Tints of Equator #DDB46A

RGB

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

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

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

R = 43.59%
G = 35.5%
B = 20.91%

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

#DDB46A (or 0xDDB46A) is known color: Equator. HEX triplet: DD, B4 and 6A. RGB value is (221,180,106). Sum of RGB (Red+Green+Blue) = 221+180+106=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB46A is #224B95. Grayscale: #B8B8B8. Windows color (decimal): -2247574 or 6993117. OLE color: 6993117.

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

Color convert

RGB 221 180 106 -
CMYK 0 0.19 0.52 0.13
HSL 38.61º 0.63% 0.64% -
HSV(B) 38.61º 0.52% 0.87% -
XYZ 48.74 49.06 20.54 -
YUV 183.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 221 180 106 0 0.19 0.52 0.13 38.61 0.63 0.64
Hex DD B4 6A 0 13 34 D 27 3F 40
Octal 335 264 152 0 23 64 15 47 77 100
Binary 11011101 10110100 1101010 0 10011 110100 1101 100111 111111 1000000

Color Harmonies of #DDB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB46A

Black with #DDB46A

Text Example


Text Example

White with #DDB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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