Html Css Color HEX #D0910E Gamboge

📋 copy color: '#D0910E'

red 208 ◦ green 145 ◦ blue 14

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

Shades of Gamboge #D0910E

Tints of Gamboge #D0910E

RGB

 RED value IS 208 (81.64% from 255) = 56.68%

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

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

R = 56.68%
G = 39.51%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0910E (or 0xD0910E) is known color: Gamboge. HEX triplet: D0, 91 and 0E. RGB value is (208,145,14). Sum of RGB (Red+Green+Blue) = 208+145+14=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0910E is #2F6EF1. Grayscale: #959595. Windows color (decimal): -3108594 or 954832. OLE color: 954832.

HSL color Cylindrical-coordinate representation of color #D0910E: hue angle of 40.52º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0910E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 14 -
CMYK 0 0.30 0.93 0.18
HSL 40.52º 0.87% 0.44% -
HSV(B) 40.52º 0.93% 0.82% -
XYZ 36.22 33.69 5.01 -
YUV 148.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 208 145 14 0 0.30 0.93 0.18 40.52 0.87 0.44
Hex D0 91 E 0 1E 5D 12 29 57 2C
Octal 320 221 16 0 36 135 22 51 127 54
Binary 11010000 10010001 1110 0 11110 1011101 10010 101001 1010111 101100

Color Harmonies of #D0910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0910E

Black with #D0910E

Text Example


Text Example

White with #D0910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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