Html Css Color HEX #D1900A Gamboge

📋 copy color: '#D1900A'

red 209 ◦ green 144 ◦ blue 10

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

Shades of Gamboge #D1900A

Tints of Gamboge #D1900A

RGB

 RED value IS 209 (82.03% from 255) = 57.58%

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 57.58%
G = 39.67%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1900A (or 0xD1900A) is known color: Gamboge. HEX triplet: D1, 90 and 0A. RGB value is (209,144,10). Sum of RGB (Red+Green+Blue) = 209+144+10=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D1900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1900A is #2E6FF5. Grayscale: #949494. Windows color (decimal): -3043318 or 692433. OLE color: 692433.

HSL color Cylindrical-coordinate representation of color #D1900A: hue angle of 40.4º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1900A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 144 10 -
CMYK 0 0.31 0.95 0.18
HSL 40.4º 0.91% 0.43% -
HSV(B) 40.4º 0.95% 0.82% -
XYZ 36.32 33.52 4.84 -
YUV 148.16 50.03 171.4 -
System Red Green Blue C M Y K H S L
Decimal 209 144 10 0 0.31 0.95 0.18 40.4 0.91 0.43
Hex D1 90 A 0 1F 5F 12 28 5B 2B
Octal 321 220 12 0 37 137 22 50 133 53
Binary 11010001 10010000 1010 0 11111 1011111 10010 101000 1011011 101011

Color Harmonies of #D1900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1900A

Black with #D1900A

Text Example


Text Example

White with #D1900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1900A; }

 p { color: rgb(209,144,10); }

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

background-color css

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

 a { background-color: rgb(209,144,10); }

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

border-color css

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

 span { border-color: rgb(209,144,10); }

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