Html Css Color HEX #D89502 Gamboge

📋 copy color: '#D89502'

red 216 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #D89502

Tints of Gamboge #D89502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

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

R = 58.86%
G = 40.6%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D89502 (or 0xD89502) is known color: Gamboge. HEX triplet: D8, 95 and 02. RGB value is (216,149,2). Sum of RGB (Red+Green+Blue) = 216+149+2=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D89502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89502 is #276AFD. Grayscale: #989898. Windows color (decimal): -2583294 or 169432. OLE color: 169432.

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

Color convert

RGB 216 149 2 -
CMYK 0 0.31 0.99 0.15
HSL 41.21º 0.98% 0.43% -
HSV(B) 41.21º 0.99% 0.85% -
XYZ 39.08 36.1 4.97 -
YUV 152.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 216 149 2 0 0.31 0.99 0.15 41.21 0.98 0.43
Hex D8 95 2 0 1F 63 F 29 62 2B
Octal 330 225 2 0 37 143 17 51 142 53
Binary 11011000 10010101 10 0 11111 1100011 1111 101001 1100010 101011

Color Harmonies of #D89502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89502

Black with #D89502

Text Example


Text Example

White with #D89502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89502; }

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

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

background-color css

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

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

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

border-color css

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

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

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