Html Css Color HEX #DDBB63 Equator

📋 copy color: '#DDBB63'

red 221 ◦ green 187 ◦ blue 99

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

Shades of Equator #DDBB63

Tints of Equator #DDBB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

 BLUE value IS 99 (39.06% from 255) = 19.53%

R = 43.59%
G = 36.88%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDBB63 (or 0xDDBB63) is known color: Equator. HEX triplet: DD, BB and 63. RGB value is (221,187,99). Sum of RGB (Red+Green+Blue) = 221+187+99=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB63 is #22449C. Grayscale: #BBBBBB. Windows color (decimal): -2245789 or 6536157. OLE color: 6536157.

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

Color convert

RGB 221 187 99 -
CMYK 0 0.15 0.55 0.13
HSL 43.28º 0.64% 0.63% -
HSV(B) 43.28º 0.55% 0.87% -
XYZ 49.84 51.81 19.18 -
YUV 187.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 221 187 99 0 0.15 0.55 0.13 43.28 0.64 0.63
Hex DD BB 63 0 F 37 D 2B 40 3F
Octal 335 273 143 0 17 67 15 53 100 77
Binary 11011101 10111011 1100011 0 1111 110111 1101 101011 1000000 111111

Color Harmonies of #DDBB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB63

Black with #DDBB63

Text Example


Text Example

White with #DDBB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB63; }

 p { color: rgb(221,187,99); }

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

background-color css

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

 a { background-color: rgb(221,187,99); }

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

border-color css

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

 span { border-color: rgb(221,187,99); }

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