#D5980A

Color #D5980A Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D5980A

Tints of Gamboge #D5980A

Color information

#D5980A (or 0xD5980A) is unknown color: approx Gamboge. HEX triplet: D5, 98 and 0A. RGB value is (213,152,10). Sum of RGB (Red+Green+Blue) = 213+152+10=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5980A is #2A67F5. Grayscale: #9A9A9A. Windows color (decimal): -2779126 or 694485. OLE color: 694485.

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

Color convert

RGB21315210-
CMYK00.290.950.16
HSL41.97º91.03%43.73%-
HSV(B)41.97º95.31%83.53%-
XYZ38.7236.625.32-
YUV154.0546.71170.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=56.8%
G=40.53%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131521000.290.950.1641.9791.0343.73
HexD598A01D5F102a5b2c
Octal32523012035137205213354
Binary110101011001100010100111011011111100001010101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5980A; }

 p { color: rgb(213,152,10); }

 H1.HeaderClassName
 {
   color: #D5980A;
 }
 .AnyTagClassName
 {
   color: #D5980A;
 }
</style>
background-color css

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

 a { background-color: rgb(213,152,10); }

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

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

 span { border-color: rgb(213,152,10); }

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