Html Css Color HEX #DDB963 Equator

📋 copy color: '#DDB963'

red 221 ◦ green 185 ◦ blue 99

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

Shades of Equator #DDB963

Tints of Equator #DDB963

RGB

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

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

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

R = 43.76%
G = 36.63%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB963 (or 0xDDB963) is known color: Equator. HEX triplet: DD, B9 and 63. RGB value is (221,185,99). Sum of RGB (Red+Green+Blue) = 221+185+99=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB963 is #22469C. Grayscale: #BABABA. Windows color (decimal): -2246301 or 6535645. OLE color: 6535645.

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

Color convert

RGB 221 185 99 -
CMYK 0 0.16 0.55 0.13
HSL 42.3º 0.64% 0.63% -
HSV(B) 42.3º 0.55% 0.87% -
XYZ 49.42 50.97 19.04 -
YUV 185.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 221 185 99 0 0.16 0.55 0.13 42.3 0.64 0.63
Hex DD B9 63 0 10 37 D 2A 40 3F
Octal 335 271 143 0 20 67 15 52 100 77
Binary 11011101 10111001 1100011 0 10000 110111 1101 101010 1000000 111111

Color Harmonies of #DDB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB963

Black with #DDB963

Text Example


Text Example

White with #DDB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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