Html Css Color HEX #DDB162 Equator

📋 copy color: '#DDB162'

red 221 ◦ green 177 ◦ blue 98

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

Shades of Equator #DDB162

Tints of Equator #DDB162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 44.56%
G = 35.69%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB162 (or 0xDDB162) is known color: Equator. HEX triplet: DD, B1 and 62. RGB value is (221,177,98). Sum of RGB (Red+Green+Blue) = 221+177+98=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB162 is #224E9D. Grayscale: #B5B5B5. Windows color (decimal): -2248350 or 6468061. OLE color: 6468061.

HSL color Cylindrical-coordinate representation of color #DDB162: hue angle of 38.54º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDB162 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 98 -
CMYK 0 0.20 0.56 0.13
HSL 38.54º 0.64% 0.63% -
HSV(B) 38.54º 0.56% 0.87% -
XYZ 47.75 47.7 18.25 -
YUV 181.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 221 177 98 0 0.20 0.56 0.13 38.54 0.64 0.63
Hex DD B1 62 0 14 38 D 27 40 3F
Octal 335 261 142 0 24 70 15 47 100 77
Binary 11011101 10110001 1100010 0 10100 111000 1101 100111 1000000 111111

Color Harmonies of #DDB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB162

Black with #DDB162

Text Example


Text Example

White with #DDB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB162; }

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

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

background-color css

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

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

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

border-color css

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

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

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