Html Css Color HEX #DEAB0D Gamboge

📋 copy color: '#DEAB0D'

red 222 ◦ green 171 ◦ blue 13

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

Shades of Gamboge #DEAB0D

Tints of Gamboge #DEAB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 54.68%
G = 42.12%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEAB0D (or 0xDEAB0D) is known color: Gamboge. HEX triplet: DE, AB and 0D. RGB value is (222,171,13). Sum of RGB (Red+Green+Blue) = 222+171+13=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB0D is #2154F2. Grayscale: #A8A8A8. Windows color (decimal): -2184435 or 895966. OLE color: 895966.

HSL color Cylindrical-coordinate representation of color #DEAB0D: hue angle of 45.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEAB0D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 171 13 -
CMYK 0 0.23 0.94 0.13
HSL 45.36º 0.89% 0.46% -
HSV(B) 45.36º 0.94% 0.87% -
XYZ 44.76 44.68 6.65 -
YUV 168.24 40.4 166.35 -
System Red Green Blue C M Y K H S L
Decimal 222 171 13 0 0.23 0.94 0.13 45.36 0.89 0.46
Hex DE AB D 0 17 5E D 2D 59 2E
Octal 336 253 15 0 27 136 15 55 131 56
Binary 11011110 10101011 1101 0 10111 1011110 1101 101101 1011001 101110

Color Harmonies of #DEAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB0D

Black with #DEAB0D

Text Example


Text Example

White with #DEAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB0D; }

 p { color: rgb(222,171,13); }

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

background-color css

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

 a { background-color: rgb(222,171,13); }

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

border-color css

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

 span { border-color: rgb(222,171,13); }

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