Html Css Color HEX #D89802 Gamboge

📋 copy color: '#D89802'

red 216 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #D89802

Tints of Gamboge #D89802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 58.38%
G = 41.08%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D89802 (or 0xD89802) is known color: Gamboge. HEX triplet: D8, 98 and 02. RGB value is (216,152,2). Sum of RGB (Red+Green+Blue) = 216+152+2=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D89802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89802 is #2767FD. Grayscale: #9A9A9A. Windows color (decimal): -2582526 or 170200. OLE color: 170200.

HSL color Cylindrical-coordinate representation of color #D89802: hue angle of 42.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D89802 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 2 -
CMYK 0 0.30 0.99 0.15
HSL 42.06º 0.98% 0.43% -
HSV(B) 42.06º 0.99% 0.85% -
XYZ 39.56 37.06 5.13 -
YUV 154.04 42.2 172.2 -
System Red Green Blue C M Y K H S L
Decimal 216 152 2 0 0.30 0.99 0.15 42.06 0.98 0.43
Hex D8 98 2 0 1E 63 F 2A 62 2B
Octal 330 230 2 0 36 143 17 52 142 53
Binary 11011000 10011000 10 0 11110 1100011 1111 101010 1100010 101011

Color Harmonies of #D89802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89802

Black with #D89802

Text Example


Text Example

White with #D89802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89802; }

 p { color: rgb(216,152,2); }

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

background-color css

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

 a { background-color: rgb(216,152,2); }

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

border-color css

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

 span { border-color: rgb(216,152,2); }

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