Html Css Color HEX #D88900 Gamboge

📋 copy color: '#D88900'

red 216 ◦ green 137 ◦ blue 0

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

Shades of Gamboge #D88900

Tints of Gamboge #D88900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.19%
G = 38.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D88900 (or 0xD88900) is known color: Gamboge. HEX triplet: D8, 89 and 00. RGB value is (216,137,0). Sum of RGB (Red+Green+Blue) = 216+137+0=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D88900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88900 is #2776FF. Grayscale: #919191. Windows color (decimal): -2586368 or 35288. OLE color: 35288.

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

Color convert

RGB 216 137 0 -
CMYK 0 0.37 1 0.15
HSL 38.06º 1% 0.42% -
HSV(B) 38.06º 1% 0.85% -
XYZ 37.26 32.49 4.31 -
YUV 145 46.17 178.64 -
System Red Green Blue C M Y K H S L
Decimal 216 137 0 0 0.37 1 0.15 38.06 1 0.42
Hex D8 89 0 0 25 64 F 26 64 2A
Octal 330 211 0 0 45 144 17 46 144 52
Binary 11011000 10001001 0 0 100101 1100100 1111 100110 1100100 101010

Color Harmonies of #D88900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88900

Black with #D88900

Text Example


Text Example

White with #D88900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88900; }

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

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

background-color css

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

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

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

border-color css

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

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

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