Html Css Color HEX #D5900E Gamboge

📋 copy color: '#D5900E'

red 213 ◦ green 144 ◦ blue 14

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

Shades of Gamboge #D5900E

Tints of Gamboge #D5900E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 57.41%
G = 38.81%
B = 3.77%

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

#D5900E (or 0xD5900E) is known color: Gamboge. HEX triplet: D5, 90 and 0E. RGB value is (213,144,14). Sum of RGB (Red+Green+Blue) = 213+144+14=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5900E is #2A6FF1. Grayscale: #969696. Windows color (decimal): -2781170 or 954581. OLE color: 954581.

HSL color Cylindrical-coordinate representation of color #D5900E: hue angle of 39.2º degrees, saturation: 0.88, 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 #D5900E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 14 -
CMYK 0 0.32 0.93 0.16
HSL 39.2º 0.88% 0.45% -
HSV(B) 39.2º 0.93% 0.84% -
XYZ 37.49 34.12 5.03 -
YUV 149.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 213 144 14 0 0.32 0.93 0.16 39.2 0.88 0.45
Hex D5 90 E 0 20 5D 10 27 58 2D
Octal 325 220 16 0 40 135 20 47 130 55
Binary 11010101 10010000 1110 0 100000 1011101 10000 100111 1011000 101101

Color Harmonies of #D5900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5900E

Black with #D5900E

Text Example


Text Example

White with #D5900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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