Html Css Color HEX #D88A09 Gamboge

📋 copy color: '#D88A09'

red 216 ◦ green 138 ◦ blue 9

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

Shades of Gamboge #D88A09

Tints of Gamboge #D88A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 59.5%
G = 38.02%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D88A09 (or 0xD88A09) is known color: Gamboge. HEX triplet: D8, 8A and 09. RGB value is (216,138,9). Sum of RGB (Red+Green+Blue) = 216+138+9=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A09 is #2775F6. Grayscale: #939393. Windows color (decimal): -2586103 or 625368. OLE color: 625368.

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

Color convert

RGB 216 138 9 -
CMYK 0 0.36 0.96 0.15
HSL 37.39º 0.92% 0.44% -
HSV(B) 37.39º 0.96% 0.85% -
XYZ 37.46 32.8 4.61 -
YUV 146.62 50.34 177.49 -
System Red Green Blue C M Y K H S L
Decimal 216 138 9 0 0.36 0.96 0.15 37.39 0.92 0.44
Hex D8 8A 9 0 24 60 F 25 5C 2C
Octal 330 212 11 0 44 140 17 45 134 54
Binary 11011000 10001010 1001 0 100100 1100000 1111 100101 1011100 101100

Color Harmonies of #D88A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A09

Black with #D88A09

Text Example


Text Example

White with #D88A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A09; }

 p { color: rgb(216,138,9); }

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

background-color css

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

 a { background-color: rgb(216,138,9); }

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

border-color css

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

 span { border-color: rgb(216,138,9); }

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