Html Css Color HEX #D88C09 Gamboge

📋 copy color: '#D88C09'

red 216 ◦ green 140 ◦ blue 9

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

Shades of Gamboge #D88C09

Tints of Gamboge #D88C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

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

R = 59.18%
G = 38.36%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D88C09 (or 0xD88C09) is known color: Gamboge. HEX triplet: D8, 8C and 09. RGB value is (216,140,9). Sum of RGB (Red+Green+Blue) = 216+140+9=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C09 is #2773F6. Grayscale: #949494. Windows color (decimal): -2585591 or 625880. OLE color: 625880.

HSL color Cylindrical-coordinate representation of color #D88C09: hue angle of 37.97º 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 #D88C09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 9 -
CMYK 0 0.35 0.96 0.15
HSL 37.97º 0.92% 0.44% -
HSV(B) 37.97º 0.96% 0.85% -
XYZ 37.75 33.37 4.71 -
YUV 147.79 49.68 176.65 -
System Red Green Blue C M Y K H S L
Decimal 216 140 9 0 0.35 0.96 0.15 37.97 0.92 0.44
Hex D8 8C 9 0 23 60 F 26 5C 2C
Octal 330 214 11 0 43 140 17 46 134 54
Binary 11011000 10001100 1001 0 100011 1100000 1111 100110 1011100 101100

Color Harmonies of #D88C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C09

Black with #D88C09

Text Example


Text Example

White with #D88C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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