Html Css Color HEX #DDB066 Equator

📋 copy color: '#DDB066'

red 221 ◦ green 176 ◦ blue 102

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

Shades of Equator #DDB066

Tints of Equator #DDB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

 BLUE value IS 102 (40.23% from 255) = 20.44%

R = 44.29%
G = 35.27%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDB066 (or 0xDDB066) is known color: Equator. HEX triplet: DD, B0 and 66. RGB value is (221,176,102). Sum of RGB (Red+Green+Blue) = 221+176+102=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB066 is #224F99. Grayscale: #B5B5B5. Windows color (decimal): -2248602 or 6729949. OLE color: 6729949.

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

Color convert

RGB 221 176 102 -
CMYK 0 0.20 0.54 0.13
HSL 37.31º 0.64% 0.63% -
HSV(B) 37.31º 0.54% 0.87% -
XYZ 47.74 47.38 19.2 -
YUV 181.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 221 176 102 0 0.20 0.54 0.13 37.31 0.64 0.63
Hex DD B0 66 0 14 36 D 25 40 3F
Octal 335 260 146 0 24 66 15 45 100 77
Binary 11011101 10110000 1100110 0 10100 110110 1101 100101 1000000 111111

Color Harmonies of #DDB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB066

Black with #DDB066

Text Example


Text Example

White with #DDB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB066; }

 p { color: rgb(221,176,102); }

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

background-color css

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

 a { background-color: rgb(221,176,102); }

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

border-color css

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

 span { border-color: rgb(221,176,102); }

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