Html Css Color HEX #D89B08 Gamboge

📋 copy color: '#D89B08'

red 216 ◦ green 155 ◦ blue 8

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

Shades of Gamboge #D89B08

Tints of Gamboge #D89B08

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

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

R = 56.99%
G = 40.9%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D89B08 (or 0xD89B08) is known color: Gamboge. HEX triplet: D8, 9B and 08. RGB value is (216,155,8). Sum of RGB (Red+Green+Blue) = 216+155+8=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89B08 is #2764F7. Grayscale: #9D9D9D. Windows color (decimal): -2581752 or 564184. OLE color: 564184.

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

Color convert

RGB 216 155 8 -
CMYK 0 0.28 0.96 0.15
HSL 42.4º 0.93% 0.44% -
HSV(B) 42.4º 0.96% 0.85% -
XYZ 40.08 38.06 5.46 -
YUV 156.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 216 155 8 0 0.28 0.96 0.15 42.4 0.93 0.44
Hex D8 9B 8 0 1C 60 F 2A 5D 2C
Octal 330 233 10 0 34 140 17 52 135 54
Binary 11011000 10011011 1000 0 11100 1100000 1111 101010 1011101 101100

Color Harmonies of #D89B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B08

Black with #D89B08

Text Example


Text Example

White with #D89B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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