Html Css Color HEX #D88E0C Gamboge

📋 copy color: '#D88E0C'

red 216 ◦ green 142 ◦ blue 12

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

Shades of Gamboge #D88E0C

Tints of Gamboge #D88E0C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 58.38%
G = 38.38%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D88E0C (or 0xD88E0C) is known color: Gamboge. HEX triplet: D8, 8E and 0C. RGB value is (216,142,12). Sum of RGB (Red+Green+Blue) = 216+142+12=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88E0C is #2771F3. Grayscale: #959595. Windows color (decimal): -2585076 or 823000. OLE color: 823000.

HSL color Cylindrical-coordinate representation of color #D88E0C: hue angle of 38.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D88E0C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 12 -
CMYK 0 0.34 0.94 0.15
HSL 38.24º 0.89% 0.45% -
HSV(B) 38.24º 0.94% 0.85% -
XYZ 38.06 33.97 4.9 -
YUV 149.31 50.52 175.57 -
System Red Green Blue C M Y K H S L
Decimal 216 142 12 0 0.34 0.94 0.15 38.24 0.89 0.45
Hex D8 8E C 0 22 5E F 26 59 2D
Octal 330 216 14 0 42 136 17 46 131 55
Binary 11011000 10001110 1100 0 100010 1011110 1111 100110 1011001 101101

Color Harmonies of #D88E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E0C

Black with #D88E0C

Text Example


Text Example

White with #D88E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E0C; }

 p { color: rgb(216,142,12); }

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

background-color css

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

 a { background-color: rgb(216,142,12); }

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

border-color css

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

 span { border-color: rgb(216,142,12); }

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