Html Css Color HEX #DEAC0F Gamboge

📋 copy color: '#DEAC0F'

red 222 ◦ green 172 ◦ blue 15

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

Shades of Gamboge #DEAC0F

Tints of Gamboge #DEAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 54.28%
G = 42.05%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEAC0F (or 0xDEAC0F) is known color: Gamboge. HEX triplet: DE, AC and 0F. RGB value is (222,172,15). Sum of RGB (Red+Green+Blue) = 222+172+15=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC0F is #2153F0. Grayscale: #A9A9A9. Windows color (decimal): -2184177 or 1027294. OLE color: 1027294.

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

Color convert

RGB 222 172 15 -
CMYK 0 0.23 0.93 0.13
HSL 45.51º 0.87% 0.46% -
HSV(B) 45.51º 0.93% 0.87% -
XYZ 44.96 45.07 6.78 -
YUV 169.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 222 172 15 0 0.23 0.93 0.13 45.51 0.87 0.46
Hex DE AC F 0 17 5D D 2E 57 2E
Octal 336 254 17 0 27 135 15 56 127 56
Binary 11011110 10101100 1111 0 10111 1011101 1101 101110 1010111 101110

Color Harmonies of #DEAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC0F

Black with #DEAC0F

Text Example


Text Example

White with #DEAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC0F; }

 p { color: rgb(222,172,15); }

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

background-color css

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

 a { background-color: rgb(222,172,15); }

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

border-color css

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

 span { border-color: rgb(222,172,15); }

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