Html Css Color HEX #D88F09 Gamboge

📋 copy color: '#D88F09'

red 216 ◦ green 143 ◦ blue 9

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

Shades of Gamboge #D88F09

Tints of Gamboge #D88F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

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

R = 58.7%
G = 38.86%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D88F09 (or 0xD88F09) is known color: Gamboge. HEX triplet: D8, 8F and 09. RGB value is (216,143,9). Sum of RGB (Red+Green+Blue) = 216+143+9=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F09 is #2770F6. Grayscale: #969696. Windows color (decimal): -2584823 or 626648. OLE color: 626648.

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

Color convert

RGB 216 143 9 -
CMYK 0 0.34 0.96 0.15
HSL 38.84º 0.92% 0.44% -
HSV(B) 38.84º 0.96% 0.85% -
XYZ 38.19 34.26 4.86 -
YUV 149.55 48.68 175.4 -
System Red Green Blue C M Y K H S L
Decimal 216 143 9 0 0.34 0.96 0.15 38.84 0.92 0.44
Hex D8 8F 9 0 22 60 F 27 5C 2C
Octal 330 217 11 0 42 140 17 47 134 54
Binary 11011000 10001111 1001 0 100010 1100000 1111 100111 1011100 101100

Color Harmonies of #D88F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F09

Black with #D88F09

Text Example


Text Example

White with #D88F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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