Html Css Color HEX #D18C02 Gamboge

📋 copy color: '#D18C02'

red 209 ◦ green 140 ◦ blue 2

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

Shades of Gamboge #D18C02

Tints of Gamboge #D18C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

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

R = 59.54%
G = 39.89%
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

#D18C02 (or 0xD18C02) is known color: Gamboge. HEX triplet: D1, 8C and 02. RGB value is (209,140,2). Sum of RGB (Red+Green+Blue) = 209+140+2=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C02 is #2E73FD. Grayscale: #919191. Windows color (decimal): -3044350 or 167121. OLE color: 167121.

HSL color Cylindrical-coordinate representation of color #D18C02: hue angle of 40º 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 #D18C02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 140 2 -
CMYK 0 0.33 0.99 0.18
HSL 40º 0.98% 0.41% -
HSV(B) 40º 0.99% 0.82% -
XYZ 35.68 32.32 4.41 -
YUV 144.9 47.36 173.72 -
System Red Green Blue C M Y K H S L
Decimal 209 140 2 0 0.33 0.99 0.18 40 0.98 0.41
Hex D1 8C 2 0 21 63 12 28 62 29
Octal 321 214 2 0 41 143 22 50 142 51
Binary 11010001 10001100 10 0 100001 1100011 10010 101000 1100010 101001

Color Harmonies of #D18C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C02

Black with #D18C02

Text Example


Text Example

White with #D18C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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