Html Css Color HEX #DDB165 Equator

📋 copy color: '#DDB165'

red 221 ◦ green 177 ◦ blue 101

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

Shades of Equator #DDB165

Tints of Equator #DDB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

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

R = 44.29%
G = 35.47%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDB165 (or 0xDDB165) is known color: Equator. HEX triplet: DD, B1 and 65. RGB value is (221,177,101). Sum of RGB (Red+Green+Blue) = 221+177+101=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB165 is #224E9A. Grayscale: #B5B5B5. Windows color (decimal): -2248347 or 6664669. OLE color: 6664669.

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

Color convert

RGB 221 177 101 -
CMYK 0 0.20 0.54 0.13
HSL 38º 0.64% 0.63% -
HSV(B) 38º 0.54% 0.87% -
XYZ 47.89 47.76 19.01 -
YUV 181.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 221 177 101 0 0.20 0.54 0.13 38 0.64 0.63
Hex DD B1 65 0 14 36 D 26 40 3F
Octal 335 261 145 0 24 66 15 46 100 77
Binary 11011101 10110001 1100101 0 10100 110110 1101 100110 1000000 111111

Color Harmonies of #DDB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB165

Black with #DDB165

Text Example


Text Example

White with #DDB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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