Html Css Color HEX #DDBB62 Equator

📋 copy color: '#DDBB62'

red 221 ◦ green 187 ◦ blue 98

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

Shades of Equator #DDBB62

Tints of Equator #DDBB62

RGB

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

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

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

R = 43.68%
G = 36.96%
B = 19.37%

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

#DDBB62 (or 0xDDBB62) is known color: Equator. HEX triplet: DD, BB and 62. RGB value is (221,187,98). Sum of RGB (Red+Green+Blue) = 221+187+98=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB62 is #22449D. Grayscale: #BBBBBB. Windows color (decimal): -2245790 or 6470621. OLE color: 6470621.

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

Color convert

RGB 221 187 98 -
CMYK 0 0.15 0.56 0.13
HSL 43.41º 0.64% 0.63% -
HSV(B) 43.41º 0.56% 0.87% -
XYZ 49.79 51.79 18.93 -
YUV 187.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 221 187 98 0 0.15 0.56 0.13 43.41 0.64 0.63
Hex DD BB 62 0 F 38 D 2B 40 3F
Octal 335 273 142 0 17 70 15 53 100 77
Binary 11011101 10111011 1100010 0 1111 111000 1101 101011 1000000 111111

Color Harmonies of #DDBB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB62

Black with #DDBB62

Text Example


Text Example

White with #DDBB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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