Html Css Color HEX #D18D02 Gamboge

📋 copy color: '#D18D02'

red 209 ◦ green 141 ◦ blue 2

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

Shades of Gamboge #D18D02

Tints of Gamboge #D18D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 59.38%
G = 40.06%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D18D02 (or 0xD18D02) is known color: Gamboge. HEX triplet: D1, 8D and 02. RGB value is (209,141,2). Sum of RGB (Red+Green+Blue) = 209+141+2=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18D02 is #2E72FD. Grayscale: #929292. Windows color (decimal): -3044094 or 167377. OLE color: 167377.

HSL color Cylindrical-coordinate representation of color #D18D02: hue angle of 40.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D18D02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 141 2 -
CMYK 0 0.33 0.99 0.18
HSL 40.29º 0.98% 0.41% -
HSV(B) 40.29º 0.99% 0.82% -
XYZ 35.83 32.61 4.46 -
YUV 145.49 47.03 173.3 -
System Red Green Blue C M Y K H S L
Decimal 209 141 2 0 0.33 0.99 0.18 40.29 0.98 0.41
Hex D1 8D 2 0 21 63 12 28 62 29
Octal 321 215 2 0 41 143 22 50 142 51
Binary 11010001 10001101 10 0 100001 1100011 10010 101000 1100010 101001

Color Harmonies of #D18D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D02

Black with #D18D02

Text Example


Text Example

White with #D18D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D02; }

 p { color: rgb(209,141,2); }

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

background-color css

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

 a { background-color: rgb(209,141,2); }

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

border-color css

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

 span { border-color: rgb(209,141,2); }

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