Html Css Color HEX #D89208 Gamboge

📋 copy color: '#D89208'

red 216 ◦ green 146 ◦ blue 8

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

Shades of Gamboge #D89208

Tints of Gamboge #D89208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

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

R = 58.38%
G = 39.46%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D89208 (or 0xD89208) is known color: Gamboge. HEX triplet: D8, 92 and 08. RGB value is (216,146,8). Sum of RGB (Red+Green+Blue) = 216+146+8=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D89208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89208 is #276DF7. Grayscale: #979797. Windows color (decimal): -2584056 or 561880. OLE color: 561880.

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

Color convert

RGB 216 146 8 -
CMYK 0 0.32 0.96 0.15
HSL 39.81º 0.93% 0.44% -
HSV(B) 39.81º 0.96% 0.85% -
XYZ 38.64 35.17 4.98 -
YUV 151.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 216 146 8 0 0.32 0.96 0.15 39.81 0.93 0.44
Hex D8 92 8 0 20 60 F 28 5D 2C
Octal 330 222 10 0 40 140 17 50 135 54
Binary 11011000 10010010 1000 0 100000 1100000 1111 101000 1011101 101100

Color Harmonies of #D89208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89208

Black with #D89208

Text Example


Text Example

White with #D89208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89208; }

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

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

background-color css

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

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

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

border-color css

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

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

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