Html Css Color HEX #DDB965 Equator

📋 copy color: '#DDB965'

red 221 ◦ green 185 ◦ blue 101

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

Shades of Equator #DDB965

Tints of Equator #DDB965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.92%

R = 43.59%
G = 36.49%
B = 19.92%

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

#DDB965 (or 0xDDB965) is known color: Equator. HEX triplet: DD, B9 and 65. RGB value is (221,185,101). Sum of RGB (Red+Green+Blue) = 221+185+101=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB965 is #22469A. Grayscale: #BABABA. Windows color (decimal): -2246299 or 6666717. OLE color: 6666717.

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

Color convert

RGB 221 185 101 -
CMYK 0 0.16 0.54 0.13
HSL 42º 0.64% 0.63% -
HSV(B) 42º 0.54% 0.87% -
XYZ 49.52 51.01 19.55 -
YUV 186.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 221 185 101 0 0.16 0.54 0.13 42 0.64 0.63
Hex DD B9 65 0 10 36 D 2A 40 3F
Octal 335 271 145 0 20 66 15 52 100 77
Binary 11011101 10111001 1100101 0 10000 110110 1101 101010 1000000 111111

Color Harmonies of #DDB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB965

Black with #DDB965

Text Example


Text Example

White with #DDB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB965; }

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

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

background-color css

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

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

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

border-color css

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

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

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