Html Css Color HEX #D5990D Gamboge

📋 copy color: '#D5990D'

red 213 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #D5990D

Tints of Gamboge #D5990D

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 56.2%
G = 40.37%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5990D (or 0xD5990D) is known color: Gamboge. HEX triplet: D5, 99 and 0D. RGB value is (213,153,13). Sum of RGB (Red+Green+Blue) = 213+153+13=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5990D is #2A66F2. Grayscale: #9B9B9B. Windows color (decimal): -2778867 or 891349. OLE color: 891349.

HSL color Cylindrical-coordinate representation of color #D5990D: hue angle of 42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5990D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 13 -
CMYK 0 0.28 0.94 0.16
HSL 42º 0.88% 0.44% -
HSV(B) 42º 0.94% 0.84% -
XYZ 38.9 36.96 5.46 -
YUV 154.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 213 153 13 0 0.28 0.94 0.16 42 0.88 0.44
Hex D5 99 D 0 1C 5E 10 2A 58 2C
Octal 325 231 15 0 34 136 20 52 130 54
Binary 11010101 10011001 1101 0 11100 1011110 10000 101010 1011000 101100

Color Harmonies of #D5990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5990D

Black with #D5990D

Text Example


Text Example

White with #D5990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5990D; }

 p { color: rgb(213,153,13); }

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

background-color css

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

 a { background-color: rgb(213,153,13); }

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

border-color css

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

 span { border-color: rgb(213,153,13); }

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