Html Css Color HEX #D29E04 Gamboge

📋 copy color: '#D29E04'

red 210 ◦ green 158 ◦ blue 4

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

Shades of Gamboge #D29E04

Tints of Gamboge #D29E04

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.47%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 56.45%
G = 42.47%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D29E04 (or 0xD29E04) is known color: Gamboge. HEX triplet: D2, 9E and 04. RGB value is (210,158,4). Sum of RGB (Red+Green+Blue) = 210+158+4=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E04 is #2D61FB. Grayscale: #9C9C9C. Windows color (decimal): -2974204 or 302802. OLE color: 302802.

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

Color convert

RGB 210 158 4 -
CMYK 0 0.25 0.98 0.18
HSL 44.85º 0.96% 0.42% -
HSV(B) 44.85º 0.98% 0.82% -
XYZ 38.83 38.16 5.43 -
YUV 155.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 210 158 4 0 0.25 0.98 0.18 44.85 0.96 0.42
Hex D2 9E 4 0 19 62 12 2D 60 2A
Octal 322 236 4 0 31 142 22 55 140 52
Binary 11010010 10011110 100 0 11001 1100010 10010 101101 1100000 101010

Color Harmonies of #D29E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E04

Black with #D29E04

Text Example


Text Example

White with #D29E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E04; }

 p { color: rgb(210,158,4); }

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

background-color css

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

 a { background-color: rgb(210,158,4); }

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

border-color css

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

 span { border-color: rgb(210,158,4); }

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