Html Css Color HEX #DDB061 Equator

📋 copy color: '#DDB061'

red 221 ◦ green 176 ◦ blue 97

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

Shades of Equator #DDB061

Tints of Equator #DDB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 97 (38.28% from 255) = 19.64%

R = 44.74%
G = 35.63%
B = 19.64%

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

#DDB061 (or 0xDDB061) is known color: Equator. HEX triplet: DD, B0 and 61. RGB value is (221,176,97). Sum of RGB (Red+Green+Blue) = 221+176+97=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB061 is #224F9E. Grayscale: #B4B4B4. Windows color (decimal): -2248607 or 6402269. OLE color: 6402269.

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

Color convert

RGB 221 176 97 -
CMYK 0 0.20 0.56 0.13
HSL 38.23º 0.65% 0.62% -
HSV(B) 38.23º 0.56% 0.87% -
XYZ 47.5 47.29 17.93 -
YUV 180.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 221 176 97 0 0.20 0.56 0.13 38.23 0.65 0.62
Hex DD B0 61 0 14 38 D 26 41 3E
Octal 335 260 141 0 24 70 15 46 101 76
Binary 11011101 10110000 1100001 0 10100 111000 1101 100110 1000001 111110

Color Harmonies of #DDB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB061

Black with #DDB061

Text Example


Text Example

White with #DDB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB061; }

 p { color: rgb(221,176,97); }

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

background-color css

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

 a { background-color: rgb(221,176,97); }

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

border-color css

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

 span { border-color: rgb(221,176,97); }

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