Html Css Color HEX #D89008 Gamboge

📋 copy color: '#D89008'

red 216 ◦ green 144 ◦ blue 8

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

Shades of Gamboge #D89008

Tints of Gamboge #D89008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 58.7%
G = 39.13%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D89008 (or 0xD89008) is known color: Gamboge. HEX triplet: D8, 90 and 08. RGB value is (216,144,8). Sum of RGB (Red+Green+Blue) = 216+144+8=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D89008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89008 is #276FF7. Grayscale: #969696. Windows color (decimal): -2584568 or 561368. OLE color: 561368.

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

Color convert

RGB 216 144 8 -
CMYK 0 0.33 0.96 0.15
HSL 39.23º 0.93% 0.44% -
HSV(B) 39.23º 0.96% 0.85% -
XYZ 38.34 34.56 4.88 -
YUV 150.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 216 144 8 0 0.33 0.96 0.15 39.23 0.93 0.44
Hex D8 90 8 0 21 60 F 27 5D 2C
Octal 330 220 10 0 41 140 17 47 135 54
Binary 11011000 10010000 1000 0 100001 1100000 1111 100111 1011101 101100

Color Harmonies of #D89008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89008

Black with #D89008

Text Example


Text Example

White with #D89008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89008; }

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

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

background-color css

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

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

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

border-color css

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

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

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