Html Css Color HEX #D88D16 Gamboge

📋 copy color: '#D88D16'

red 216 ◦ green 141 ◦ blue 22

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

Shades of Gamboge #D88D16

Tints of Gamboge #D88D16

RGB

 RED value IS 216 (84.77% from 255) = 56.99%

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 56.99%
G = 37.2%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D88D16 (or 0xD88D16) is known color: Gamboge. HEX triplet: D8, 8D and 16. RGB value is (216,141,22). Sum of RGB (Red+Green+Blue) = 216+141+22=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88D16 is #2772E9. Grayscale: #969696. Windows color (decimal): -2585322 or 1478104. OLE color: 1478104.

HSL color Cylindrical-coordinate representation of color #D88D16: hue angle of 36.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88D16 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 22 -
CMYK 0 0.35 0.90 0.15
HSL 36.8º 0.82% 0.47% -
HSV(B) 36.8º 0.9% 0.85% -
XYZ 37.99 33.71 5.26 -
YUV 149.86 55.85 175.18 -
System Red Green Blue C M Y K H S L
Decimal 216 141 22 0 0.35 0.90 0.15 36.8 0.82 0.47
Hex D8 8D 16 0 23 5A F 25 52 2F
Octal 330 215 26 0 43 132 17 45 122 57
Binary 11011000 10001101 10110 0 100011 1011010 1111 100101 1010010 101111

Color Harmonies of #D88D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D16

Black with #D88D16

Text Example


Text Example

White with #D88D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D16; }

 p { color: rgb(216,141,22); }

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

background-color css

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

 a { background-color: rgb(216,141,22); }

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

border-color css

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

 span { border-color: rgb(216,141,22); }

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