Html Css Color HEX #DDB66A Equator

📋 copy color: '#DDB66A'

red 221 ◦ green 182 ◦ blue 106

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

Shades of Equator #DDB66A

Tints of Equator #DDB66A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 43.42%
G = 35.76%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDB66A (or 0xDDB66A) is known color: Equator. HEX triplet: DD, B6 and 6A. RGB value is (221,182,106). Sum of RGB (Red+Green+Blue) = 221+182+106=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB66A is #224995. Grayscale: #B9B9B9. Windows color (decimal): -2247062 or 6993629. OLE color: 6993629.

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

Color convert

RGB 221 182 106 -
CMYK 0 0.18 0.52 0.13
HSL 39.65º 0.63% 0.64% -
HSV(B) 39.65º 0.52% 0.87% -
XYZ 49.15 49.87 20.67 -
YUV 185 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 221 182 106 0 0.18 0.52 0.13 39.65 0.63 0.64
Hex DD B6 6A 0 12 34 D 28 3F 40
Octal 335 266 152 0 22 64 15 50 77 100
Binary 11011101 10110110 1101010 0 10010 110100 1101 101000 111111 1000000

Color Harmonies of #DDB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB66A

Black with #DDB66A

Text Example


Text Example

White with #DDB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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