Html Css Color HEX #D89200 Gamboge

📋 copy color: '#D89200'

red 216 ◦ green 146 ◦ blue 0

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

Shades of Gamboge #D89200

Tints of Gamboge #D89200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.67%
G = 40.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D89200 (or 0xD89200) is known color: Gamboge. HEX triplet: D8, 92 and 00. RGB value is (216,146,0). Sum of RGB (Red+Green+Blue) = 216+146+0=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D89200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89200 is #276DFF. Grayscale: #969696. Windows color (decimal): -2584064 or 37592. OLE color: 37592.

HSL color Cylindrical-coordinate representation of color #D89200: hue angle of 40.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D89200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 0 -
CMYK 0 0.32 1 0.15
HSL 40.56º 1% 0.42% -
HSV(B) 40.56º 1% 0.85% -
XYZ 38.6 35.16 4.75 -
YUV 150.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 216 146 0 0 0.32 1 0.15 40.56 1 0.42
Hex D8 92 0 0 20 64 F 29 64 2A
Octal 330 222 0 0 40 144 17 51 144 52
Binary 11011000 10010010 0 0 100000 1100100 1111 101001 1100100 101010

Color Harmonies of #D89200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89200

Black with #D89200

Text Example


Text Example

White with #D89200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89200; }

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

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

background-color css

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

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

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

border-color css

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

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

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