Html Css Color HEX #D18F02 Gamboge

📋 copy color: '#D18F02'

red 209 ◦ green 143 ◦ blue 2

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

Shades of Gamboge #D18F02

Tints of Gamboge #D18F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 59.04%
G = 40.4%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D18F02 (or 0xD18F02) is known color: Gamboge. HEX triplet: D1, 8F and 02. RGB value is (209,143,2). Sum of RGB (Red+Green+Blue) = 209+143+2=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18F02 is #2E70FD. Grayscale: #939393. Windows color (decimal): -3043582 or 167889. OLE color: 167889.

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

Color convert

RGB 209 143 2 -
CMYK 0 0.32 0.99 0.18
HSL 40.87º 0.98% 0.41% -
HSV(B) 40.87º 0.99% 0.82% -
XYZ 36.13 33.2 4.56 -
YUV 146.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 209 143 2 0 0.32 0.99 0.18 40.87 0.98 0.41
Hex D1 8F 2 0 20 63 12 29 62 29
Octal 321 217 2 0 40 143 22 51 142 51
Binary 11010001 10001111 10 0 100000 1100011 10010 101001 1100010 101001

Color Harmonies of #D18F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F02

Black with #D18F02

Text Example


Text Example

White with #D18F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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