Html Css Color HEX #D89413 Gamboge

📋 copy color: '#D89413'

red 216 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #D89413

Tints of Gamboge #D89413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 56.4%
G = 38.64%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D89413 (or 0xD89413) is known color: Gamboge. HEX triplet: D8, 94 and 13. RGB value is (216,148,19). Sum of RGB (Red+Green+Blue) = 216+148+19=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D89413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89413 is #276BEC. Grayscale: #9A9A9A. Windows color (decimal): -2583533 or 1283288. OLE color: 1283288.

HSL color Cylindrical-coordinate representation of color #D89413: hue angle of 39.29º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D89413 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 19 -
CMYK 0 0.31 0.91 0.15
HSL 39.29º 0.84% 0.46% -
HSV(B) 39.29º 0.91% 0.85% -
XYZ 39.03 35.83 5.47 -
YUV 153.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 216 148 19 0 0.31 0.91 0.15 39.29 0.84 0.46
Hex D8 94 13 0 1F 5B F 27 54 2E
Octal 330 224 23 0 37 133 17 47 124 56
Binary 11011000 10010100 10011 0 11111 1011011 1111 100111 1010100 101110

Color Harmonies of #D89413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89413

Black with #D89413

Text Example


Text Example

White with #D89413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89413; }

 p { color: rgb(216,148,19); }

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

background-color css

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

 a { background-color: rgb(216,148,19); }

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

border-color css

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

 span { border-color: rgb(216,148,19); }

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