Html Css Color HEX #DDBA65 Equator

📋 copy color: '#DDBA65'

red 221 ◦ green 186 ◦ blue 101

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

Shades of Equator #DDBA65

Tints of Equator #DDBA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

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

R = 43.5%
G = 36.61%
B = 19.88%

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

#DDBA65 (or 0xDDBA65) is known color: Equator. HEX triplet: DD, BA and 65. RGB value is (221,186,101). Sum of RGB (Red+Green+Blue) = 221+186+101=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA65 is #22459A. Grayscale: #BBBBBB. Windows color (decimal): -2246043 or 6666973. OLE color: 6666973.

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

Color convert

RGB 221 186 101 -
CMYK 0 0.16 0.54 0.13
HSL 42.5º 0.64% 0.63% -
HSV(B) 42.5º 0.54% 0.87% -
XYZ 49.73 51.43 19.62 -
YUV 186.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 221 186 101 0 0.16 0.54 0.13 42.5 0.64 0.63
Hex DD BA 65 0 10 36 D 2A 40 3F
Octal 335 272 145 0 20 66 15 52 100 77
Binary 11011101 10111010 1100101 0 10000 110110 1101 101010 1000000 111111

Color Harmonies of #DDBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA65

Black with #DDBA65

Text Example


Text Example

White with #DDBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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