Html Css Color HEX #D89102 Gamboge

📋 copy color: '#D89102'

red 216 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #D89102

Tints of Gamboge #D89102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

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

R = 59.5%
G = 39.94%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D89102 (or 0xD89102) is known color: Gamboge. HEX triplet: D8, 91 and 02. RGB value is (216,145,2). Sum of RGB (Red+Green+Blue) = 216+145+2=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D89102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89102 is #276EFD. Grayscale: #969696. Windows color (decimal): -2584318 or 168408. OLE color: 168408.

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

Color convert

RGB 216 145 2 -
CMYK 0 0.33 0.99 0.15
HSL 40.09º 0.98% 0.43% -
HSV(B) 40.09º 0.99% 0.85% -
XYZ 38.46 34.85 4.76 -
YUV 149.93 44.52 175.13 -
System Red Green Blue C M Y K H S L
Decimal 216 145 2 0 0.33 0.99 0.15 40.09 0.98 0.43
Hex D8 91 2 0 21 63 F 28 62 2B
Octal 330 221 2 0 41 143 17 50 142 53
Binary 11011000 10010001 10 0 100001 1100011 1111 101000 1100010 101011

Color Harmonies of #D89102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89102

Black with #D89102

Text Example


Text Example

White with #D89102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89102; }

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

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

background-color css

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

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

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

border-color css

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

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

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