Html Css Color HEX #D88F08 Gamboge

📋 copy color: '#D88F08'

red 216 ◦ green 143 ◦ blue 8

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

Shades of Gamboge #D88F08

Tints of Gamboge #D88F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.18%

R = 58.86%
G = 38.96%
B = 2.18%

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

#D88F08 (or 0xD88F08) is known color: Gamboge. HEX triplet: D8, 8F and 08. RGB value is (216,143,8). Sum of RGB (Red+Green+Blue) = 216+143+8=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F08 is #2770F7. Grayscale: #969696. Windows color (decimal): -2584824 or 561112. OLE color: 561112.

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

Color convert

RGB 216 143 8 -
CMYK 0 0.34 0.96 0.15
HSL 38.94º 0.93% 0.44% -
HSV(B) 38.94º 0.96% 0.85% -
XYZ 38.19 34.26 4.83 -
YUV 149.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 216 143 8 0 0.34 0.96 0.15 38.94 0.93 0.44
Hex D8 8F 8 0 22 60 F 27 5D 2C
Octal 330 217 10 0 42 140 17 47 135 54
Binary 11011000 10001111 1000 0 100010 1100000 1111 100111 1011101 101100

Color Harmonies of #D88F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F08

Black with #D88F08

Text Example


Text Example

White with #D88F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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