Html Css Color HEX #DEB367 Equator

📋 copy color: '#DEB367'

red 222 ◦ green 179 ◦ blue 103

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

Shades of Equator #DEB367

Tints of Equator #DEB367

RGB

 RED value IS 222 (87.11% from 255) = 44.05%

 GREEN value IS 179 (70.31% from 255) = 35.52%

 BLUE value IS 103 (40.63% from 255) = 20.44%

R = 44.05%
G = 35.52%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEB367 (or 0xDEB367) is known color: Equator. HEX triplet: DE, B3 and 67. RGB value is (222,179,103). Sum of RGB (Red+Green+Blue) = 222+179+103=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB367 is #214C98. Grayscale: #B7B7B7. Windows color (decimal): -2182297 or 6796254. OLE color: 6796254.

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

Color convert

RGB 222 179 103 -
CMYK 0 0.19 0.54 0.13
HSL 38.32º 0.64% 0.64% -
HSV(B) 38.32º 0.54% 0.87% -
XYZ 48.69 48.75 19.68 -
YUV 183.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 222 179 103 0 0.19 0.54 0.13 38.32 0.64 0.64
Hex DE B3 67 0 13 36 D 26 40 40
Octal 336 263 147 0 23 66 15 46 100 100
Binary 11011110 10110011 1100111 0 10011 110110 1101 100110 1000000 1000000

Color Harmonies of #DEB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB367

Black with #DEB367

Text Example


Text Example

White with #DEB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB367; }

 p { color: rgb(222,179,103); }

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

background-color css

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

 a { background-color: rgb(222,179,103); }

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

border-color css

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

 span { border-color: rgb(222,179,103); }

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