Html Css Color HEX #D89D0D Gamboge

📋 copy color: '#D89D0D'

red 216 ◦ green 157 ◦ blue 13

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

Shades of Gamboge #D89D0D

Tints of Gamboge #D89D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 55.96%
G = 40.67%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D89D0D (or 0xD89D0D) is known color: Gamboge. HEX triplet: D8, 9D and 0D. RGB value is (216,157,13). Sum of RGB (Red+Green+Blue) = 216+157+13=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D0D is #2762F2. Grayscale: #9E9E9E. Windows color (decimal): -2581235 or 892376. OLE color: 892376.

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

Color convert

RGB 216 157 13 -
CMYK 0 0.27 0.94 0.15
HSL 42.56º 0.89% 0.45% -
HSV(B) 42.56º 0.94% 0.85% -
XYZ 40.45 38.74 5.73 -
YUV 158.23 46.05 169.21 -
System Red Green Blue C M Y K H S L
Decimal 216 157 13 0 0.27 0.94 0.15 42.56 0.89 0.45
Hex D8 9D D 0 1B 5E F 2B 59 2D
Octal 330 235 15 0 33 136 17 53 131 55
Binary 11011000 10011101 1101 0 11011 1011110 1111 101011 1011001 101101

Color Harmonies of #D89D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D0D

Black with #D89D0D

Text Example


Text Example

White with #D89D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D0D; }

 p { color: rgb(216,157,13); }

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

background-color css

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

 a { background-color: rgb(216,157,13); }

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

border-color css

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

 span { border-color: rgb(216,157,13); }

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