Html Css Color HEX #DDB762 Equator

📋 copy color: '#DDB762'

red 221 ◦ green 183 ◦ blue 98

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

Shades of Equator #DDB762

Tints of Equator #DDB762

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.45%

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

R = 44.02%
G = 36.45%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB762 (or 0xDDB762) is known color: Equator. HEX triplet: DD, B7 and 62. RGB value is (221,183,98). Sum of RGB (Red+Green+Blue) = 221+183+98=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB762 is #22489D. Grayscale: #B9B9B9. Windows color (decimal): -2246814 or 6469597. OLE color: 6469597.

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

Color convert

RGB 221 183 98 -
CMYK 0 0.17 0.56 0.13
HSL 41.46º 0.64% 0.63% -
HSV(B) 41.46º 0.56% 0.87% -
XYZ 48.96 50.12 18.65 -
YUV 184.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 221 183 98 0 0.17 0.56 0.13 41.46 0.64 0.63
Hex DD B7 62 0 11 38 D 29 40 3F
Octal 335 267 142 0 21 70 15 51 100 77
Binary 11011101 10110111 1100010 0 10001 111000 1101 101001 1000000 111111

Color Harmonies of #DDB762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB762

Black with #DDB762

Text Example


Text Example

White with #DDB762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB762; }

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

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

background-color css

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

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

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

border-color css

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

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

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