Html Css Color HEX #D89A0C Gamboge

📋 copy color: '#D89A0C'

red 216 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #D89A0C

Tints of Gamboge #D89A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.31%

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 56.54%
G = 40.31%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D89A0C (or 0xD89A0C) is known color: Gamboge. HEX triplet: D8, 9A and 0C. RGB value is (216,154,12). Sum of RGB (Red+Green+Blue) = 216+154+12=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89A0C is #2765F3. Grayscale: #9C9C9C. Windows color (decimal): -2582004 or 826072. OLE color: 826072.

HSL color Cylindrical-coordinate representation of color #D89A0C: hue angle of 41.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D89A0C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 12 -
CMYK 0 0.29 0.94 0.15
HSL 41.76º 0.89% 0.45% -
HSV(B) 41.76º 0.94% 0.85% -
XYZ 39.94 37.74 5.53 -
YUV 156.35 46.54 170.55 -
System Red Green Blue C M Y K H S L
Decimal 216 154 12 0 0.29 0.94 0.15 41.76 0.89 0.45
Hex D8 9A C 0 1D 5E F 2A 59 2D
Octal 330 232 14 0 35 136 17 52 131 55
Binary 11011000 10011010 1100 0 11101 1011110 1111 101010 1011001 101101

Color Harmonies of #D89A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A0C

Black with #D89A0C

Text Example


Text Example

White with #D89A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A0C; }

 p { color: rgb(216,154,12); }

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

background-color css

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

 a { background-color: rgb(216,154,12); }

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

border-color css

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

 span { border-color: rgb(216,154,12); }

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