Html Css Color HEX #D29904 Gamboge

📋 copy color: '#D29904'

red 210 ◦ green 153 ◦ blue 4

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

Shades of Gamboge #D29904

Tints of Gamboge #D29904

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 57.22%
G = 41.69%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D29904 (or 0xD29904) is known color: Gamboge. HEX triplet: D2, 99 and 04. RGB value is (210,153,4). Sum of RGB (Red+Green+Blue) = 210+153+4=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D29904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29904 is #2D66FB. Grayscale: #999999. Windows color (decimal): -2975484 or 301522. OLE color: 301522.

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

Color convert

RGB 210 153 4 -
CMYK 0 0.27 0.98 0.18
HSL 43.4º 0.96% 0.42% -
HSV(B) 43.4º 0.98% 0.82% -
XYZ 37.99 36.49 5.16 -
YUV 153.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 210 153 4 0 0.27 0.98 0.18 43.4 0.96 0.42
Hex D2 99 4 0 1B 62 12 2B 60 2A
Octal 322 231 4 0 33 142 22 53 140 52
Binary 11010010 10011001 100 0 11011 1100010 10010 101011 1100000 101010

Color Harmonies of #D29904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29904

Black with #D29904

Text Example


Text Example

White with #D29904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29904; }

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

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

background-color css

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

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

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

border-color css

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

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

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