Html Css Color HEX #D88912 Gamboge

📋 copy color: '#D88912'

red 216 ◦ green 137 ◦ blue 18

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

Shades of Gamboge #D88912

Tints of Gamboge #D88912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 58.22%
G = 36.93%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D88912 (or 0xD88912) is known color: Gamboge. HEX triplet: D8, 89 and 12. RGB value is (216,137,18). Sum of RGB (Red+Green+Blue) = 216+137+18=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D88912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88912 is #2776ED. Grayscale: #939393. Windows color (decimal): -2586350 or 1214936. OLE color: 1214936.

HSL color Cylindrical-coordinate representation of color #D88912: hue angle of 36.06º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D88912 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 137 18 -
CMYK 0 0.37 0.92 0.15
HSL 36.06º 0.85% 0.46% -
HSV(B) 36.06º 0.92% 0.85% -
XYZ 37.37 32.53 4.88 -
YUV 147.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 216 137 18 0 0.37 0.92 0.15 36.06 0.85 0.46
Hex D8 89 12 0 25 5C F 24 55 2E
Octal 330 211 22 0 45 134 17 44 125 56
Binary 11011000 10001001 10010 0 100101 1011100 1111 100100 1010101 101110

Color Harmonies of #D88912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88912

Black with #D88912

Text Example


Text Example

White with #D88912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88912; }

 p { color: rgb(216,137,18); }

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

background-color css

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

 a { background-color: rgb(216,137,18); }

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

border-color css

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

 span { border-color: rgb(216,137,18); }

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