Html Css Color HEX #D29403 Gamboge

📋 copy color: '#D29403'

red 210 ◦ green 148 ◦ blue 3

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

Shades of Gamboge #D29403

Tints of Gamboge #D29403

RGB

 RED value IS 210 (82.42% from 255) = 58.17%

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 58.17%
G = 41%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D29403 (or 0xD29403) is known color: Gamboge. HEX triplet: D2, 94 and 03. RGB value is (210,148,3). Sum of RGB (Red+Green+Blue) = 210+148+3=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D29403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29403 is #2D6BFC. Grayscale: #969696. Windows color (decimal): -2976765 or 234706. OLE color: 234706.

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

Color convert

RGB 210 148 3 -
CMYK 0 0.30 0.99 0.18
HSL 42.03º 0.97% 0.42% -
HSV(B) 42.03º 0.99% 0.82% -
XYZ 37.18 34.89 4.86 -
YUV 150.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 210 148 3 0 0.30 0.99 0.18 42.03 0.97 0.42
Hex D2 94 3 0 1E 63 12 2A 61 2A
Octal 322 224 3 0 36 143 22 52 141 52
Binary 11010010 10010100 11 0 11110 1100011 10010 101010 1100001 101010

Color Harmonies of #D29403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29403

Black with #D29403

Text Example


Text Example

White with #D29403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29403; }

 p { color: rgb(210,148,3); }

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

background-color css

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

 a { background-color: rgb(210,148,3); }

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

border-color css

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

 span { border-color: rgb(210,148,3); }

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