Html Css Color HEX #D89A0F Gamboge

📋 copy color: '#D89A0F'

red 216 ◦ green 154 ◦ blue 15

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

Shades of Gamboge #D89A0F

Tints of Gamboge #D89A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 56.1%
G = 40%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D89A0F (or 0xD89A0F) is known color: Gamboge. HEX triplet: D8, 9A and 0F. RGB value is (216,154,15). Sum of RGB (Red+Green+Blue) = 216+154+15=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89A0F is #2765F0. Grayscale: #9D9D9D. Windows color (decimal): -2582001 or 1022680. OLE color: 1022680.

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

Color convert

RGB 216 154 15 -
CMYK 0 0.29 0.93 0.15
HSL 41.49º 0.87% 0.45% -
HSV(B) 41.49º 0.93% 0.85% -
XYZ 39.96 37.74 5.63 -
YUV 156.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 216 154 15 0 0.29 0.93 0.15 41.49 0.87 0.45
Hex D8 9A F 0 1D 5D F 29 57 2D
Octal 330 232 17 0 35 135 17 51 127 55
Binary 11011000 10011010 1111 0 11101 1011101 1111 101001 1010111 101101

Color Harmonies of #D89A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A0F

Black with #D89A0F

Text Example


Text Example

White with #D89A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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