Html Css Color HEX #DDB064 Equator

📋 copy color: '#DDB064'

red 221 ◦ green 176 ◦ blue 100

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

Shades of Equator #DDB064

Tints of Equator #DDB064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 44.47%
G = 35.41%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB064 (or 0xDDB064) is known color: Equator. HEX triplet: DD, B0 and 64. RGB value is (221,176,100). Sum of RGB (Red+Green+Blue) = 221+176+100=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB064 is #224F9B. Grayscale: #B5B5B5. Windows color (decimal): -2248604 or 6598877. OLE color: 6598877.

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

Color convert

RGB 221 176 100 -
CMYK 0 0.20 0.55 0.13
HSL 37.69º 0.64% 0.63% -
HSV(B) 37.69º 0.55% 0.87% -
XYZ 47.64 47.34 18.68 -
YUV 180.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 221 176 100 0 0.20 0.55 0.13 37.69 0.64 0.63
Hex DD B0 64 0 14 37 D 26 40 3F
Octal 335 260 144 0 24 67 15 46 100 77
Binary 11011101 10110000 1100100 0 10100 110111 1101 100110 1000000 111111

Color Harmonies of #DDB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB064

Black with #DDB064

Text Example


Text Example

White with #DDB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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