Html Css Color HEX #D5910E Gamboge

📋 copy color: '#D5910E'

red 213 ◦ green 145 ◦ blue 14

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

Shades of Gamboge #D5910E

Tints of Gamboge #D5910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

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

R = 57.26%
G = 38.98%
B = 3.76%

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

#D5910E (or 0xD5910E) is known color: Gamboge. HEX triplet: D5, 91 and 0E. RGB value is (213,145,14). Sum of RGB (Red+Green+Blue) = 213+145+14=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5910E is #2A6EF1. Grayscale: #969696. Windows color (decimal): -2780914 or 954837. OLE color: 954837.

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

Color convert

RGB 213 145 14 -
CMYK 0 0.32 0.93 0.16
HSL 39.5º 0.88% 0.45% -
HSV(B) 39.5º 0.93% 0.84% -
XYZ 37.65 34.43 5.08 -
YUV 150.4 51.03 172.65 -
System Red Green Blue C M Y K H S L
Decimal 213 145 14 0 0.32 0.93 0.16 39.5 0.88 0.45
Hex D5 91 E 0 20 5D 10 27 58 2D
Octal 325 221 16 0 40 135 20 47 130 55
Binary 11010101 10010001 1110 0 100000 1011101 10000 100111 1011000 101101

Color Harmonies of #D5910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5910E

Black with #D5910E

Text Example


Text Example

White with #D5910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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