Html Css Color HEX #DDB966 Equator

📋 copy color: '#DDB966'

red 221 ◦ green 185 ◦ blue 102

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

Shades of Equator #DDB966

Tints of Equator #DDB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.42%

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

R = 43.5%
G = 36.42%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDB966 (or 0xDDB966) is known color: Equator. HEX triplet: DD, B9 and 66. RGB value is (221,185,102). Sum of RGB (Red+Green+Blue) = 221+185+102=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB966 is #224699. Grayscale: #BABABA. Windows color (decimal): -2246298 or 6732253. OLE color: 6732253.

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

Color convert

RGB 221 185 102 -
CMYK 0 0.16 0.54 0.13
HSL 41.85º 0.64% 0.63% -
HSV(B) 41.85º 0.54% 0.87% -
XYZ 49.57 51.03 19.81 -
YUV 186.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 221 185 102 0 0.16 0.54 0.13 41.85 0.64 0.63
Hex DD B9 66 0 10 36 D 2A 40 3F
Octal 335 271 146 0 20 66 15 52 100 77
Binary 11011101 10111001 1100110 0 10000 110110 1101 101010 1000000 111111

Color Harmonies of #DDB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB966

Black with #DDB966

Text Example


Text Example

White with #DDB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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