Html Css Color HEX #D89C0F Gamboge

📋 copy color: '#D89C0F'

red 216 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #D89C0F

Tints of Gamboge #D89C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.31%

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

R = 55.81%
G = 40.31%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D89C0F (or 0xD89C0F) is known color: Gamboge. HEX triplet: D8, 9C and 0F. RGB value is (216,156,15). Sum of RGB (Red+Green+Blue) = 216+156+15=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C0F is #2763F0. Grayscale: #9E9E9E. Windows color (decimal): -2581489 or 1023192. OLE color: 1023192.

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

Color convert

RGB 216 156 15 -
CMYK 0 0.28 0.93 0.15
HSL 42.09º 0.87% 0.45% -
HSV(B) 42.09º 0.93% 0.85% -
XYZ 40.29 38.41 5.74 -
YUV 157.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 216 156 15 0 0.28 0.93 0.15 42.09 0.87 0.45
Hex D8 9C F 0 1C 5D F 2A 57 2D
Octal 330 234 17 0 34 135 17 52 127 55
Binary 11011000 10011100 1111 0 11100 1011101 1111 101010 1010111 101101

Color Harmonies of #D89C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C0F

Black with #D89C0F

Text Example


Text Example

White with #D89C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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