Html Css Color HEX #D88508 Gamboge

📋 copy color: '#D88508'

red 216 ◦ green 133 ◦ blue 8

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

Shades of Gamboge #D88508

Tints of Gamboge #D88508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 60.5%
G = 37.25%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D88508 (or 0xD88508) is known color: Gamboge. HEX triplet: D8, 85 and 08. RGB value is (216,133,8). Sum of RGB (Red+Green+Blue) = 216+133+8=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D88508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88508 is #277AF7. Grayscale: #909090. Windows color (decimal): -2587384 or 558552. OLE color: 558552.

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

Color convert

RGB 216 133 8 -
CMYK 0 0.38 0.96 0.15
HSL 36.06º 0.93% 0.44% -
HSV(B) 36.06º 0.96% 0.85% -
XYZ 36.75 31.39 4.35 -
YUV 143.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 216 133 8 0 0.38 0.96 0.15 36.06 0.93 0.44
Hex D8 85 8 0 26 60 F 24 5D 2C
Octal 330 205 10 0 46 140 17 44 135 54
Binary 11011000 10000101 1000 0 100110 1100000 1111 100100 1011101 101100

Color Harmonies of #D88508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88508

Black with #D88508

Text Example


Text Example

White with #D88508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88508; }

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

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

background-color css

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

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

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

border-color css

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

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

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