Html Css Color HEX #DDBB61 Equator

📋 copy color: '#DDBB61'

red 221 ◦ green 187 ◦ blue 97

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

Shades of Equator #DDBB61

Tints of Equator #DDBB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

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

R = 43.76%
G = 37.03%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDBB61 (or 0xDDBB61) is known color: Equator. HEX triplet: DD, BB and 61. RGB value is (221,187,97). Sum of RGB (Red+Green+Blue) = 221+187+97=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB61 is #22449E. Grayscale: #BBBBBB. Windows color (decimal): -2245791 or 6405085. OLE color: 6405085.

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

Color convert

RGB 221 187 97 -
CMYK 0 0.15 0.56 0.13
HSL 43.55º 0.65% 0.62% -
HSV(B) 43.55º 0.56% 0.87% -
XYZ 49.75 51.78 18.68 -
YUV 186.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 221 187 97 0 0.15 0.56 0.13 43.55 0.65 0.62
Hex DD BB 61 0 F 38 D 2C 41 3E
Octal 335 273 141 0 17 70 15 54 101 76
Binary 11011101 10111011 1100001 0 1111 111000 1101 101100 1000001 111110

Color Harmonies of #DDBB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB61

Black with #DDBB61

Text Example


Text Example

White with #DDBB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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