Html Css Color HEX #D89F0C Gamboge

📋 copy color: '#D89F0C'

red 216 ◦ green 159 ◦ blue 12

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

Shades of Gamboge #D89F0C

Tints of Gamboge #D89F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

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

R = 55.81%
G = 41.09%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D89F0C (or 0xD89F0C) is known color: Gamboge. HEX triplet: D8, 9F and 0C. RGB value is (216,159,12). Sum of RGB (Red+Green+Blue) = 216+159+12=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89F0C is #2760F3. Grayscale: #9F9F9F. Windows color (decimal): -2580724 or 827352. OLE color: 827352.

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

Color convert

RGB 216 159 12 -
CMYK 0 0.26 0.94 0.15
HSL 43.24º 0.89% 0.45% -
HSV(B) 43.24º 0.94% 0.85% -
XYZ 40.78 39.42 5.81 -
YUV 159.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 216 159 12 0 0.26 0.94 0.15 43.24 0.89 0.45
Hex D8 9F C 0 1A 5E F 2B 59 2D
Octal 330 237 14 0 32 136 17 53 131 55
Binary 11011000 10011111 1100 0 11010 1011110 1111 101011 1011001 101101

Color Harmonies of #D89F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F0C

Black with #D89F0C

Text Example


Text Example

White with #D89F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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