Html Css Color HEX #DDB464 Equator

📋 copy color: '#DDB464'

red 221 ◦ green 180 ◦ blue 100

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

Shades of Equator #DDB464

Tints of Equator #DDB464

RGB

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

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

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

R = 44.11%
G = 35.93%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB464 (or 0xDDB464) is known color: Equator. HEX triplet: DD, B4 and 64. RGB value is (221,180,100). Sum of RGB (Red+Green+Blue) = 221+180+100=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB464 is #224B9B. Grayscale: #B7B7B7. Windows color (decimal): -2247580 or 6599901. OLE color: 6599901.

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

Color convert

RGB 221 180 100 -
CMYK 0 0.19 0.55 0.13
HSL 39.67º 0.64% 0.63% -
HSV(B) 39.67º 0.55% 0.87% -
XYZ 48.44 48.93 18.95 -
YUV 183.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 221 180 100 0 0.19 0.55 0.13 39.67 0.64 0.63
Hex DD B4 64 0 13 37 D 28 40 3F
Octal 335 264 144 0 23 67 15 50 100 77
Binary 11011101 10110100 1100100 0 10011 110111 1101 101000 1000000 111111

Color Harmonies of #DDB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB464

Black with #DDB464

Text Example


Text Example

White with #DDB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB464; }

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

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

background-color css

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

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

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

border-color css

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

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

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