Html Css Color HEX #D5900F Gamboge

📋 copy color: '#D5900F'

red 213 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #D5900F

Tints of Gamboge #D5900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

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

R = 57.26%
G = 38.71%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5900F (or 0xD5900F) is known color: Gamboge. HEX triplet: D5, 90 and 0F. RGB value is (213,144,15). Sum of RGB (Red+Green+Blue) = 213+144+15=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5900F is #2A6FF0. Grayscale: #969696. Windows color (decimal): -2781169 or 1020117. OLE color: 1020117.

HSL color Cylindrical-coordinate representation of color #D5900F: hue angle of 39.09º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5900F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 15 -
CMYK 0 0.32 0.93 0.16
HSL 39.09º 0.87% 0.45% -
HSV(B) 39.09º 0.93% 0.84% -
XYZ 37.5 34.13 5.06 -
YUV 149.93 51.86 172.99 -
System Red Green Blue C M Y K H S L
Decimal 213 144 15 0 0.32 0.93 0.16 39.09 0.87 0.45
Hex D5 90 F 0 20 5D 10 27 57 2D
Octal 325 220 17 0 40 135 20 47 127 55
Binary 11010101 10010000 1111 0 100000 1011101 10000 100111 1010111 101101

Color Harmonies of #D5900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5900F

Black with #D5900F

Text Example


Text Example

White with #D5900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5900F; }

 p { color: rgb(213,144,15); }

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

background-color css

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

 a { background-color: rgb(213,144,15); }

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

border-color css

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

 span { border-color: rgb(213,144,15); }

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