Html Css Color HEX #D29407 Gamboge

📋 copy color: '#D29407'

red 210 ◦ green 148 ◦ blue 7

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

Shades of Gamboge #D29407

Tints of Gamboge #D29407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 57.53%
G = 40.55%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D29407 (or 0xD29407) is known color: Gamboge. HEX triplet: D2, 94 and 07. RGB value is (210,148,7). Sum of RGB (Red+Green+Blue) = 210+148+7=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D29407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29407 is #2D6BF8. Grayscale: #979797. Windows color (decimal): -2976761 or 496850. OLE color: 496850.

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

Color convert

RGB 210 148 7 -
CMYK 0 0.30 0.97 0.18
HSL 41.67º 0.94% 0.43% -
HSV(B) 41.67º 0.97% 0.82% -
XYZ 37.21 34.9 4.98 -
YUV 150.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 210 148 7 0 0.30 0.97 0.18 41.67 0.94 0.43
Hex D2 94 7 0 1E 61 12 2A 5E 2B
Octal 322 224 7 0 36 141 22 52 136 53
Binary 11010010 10010100 111 0 11110 1100001 10010 101010 1011110 101011

Color Harmonies of #D29407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29407

Black with #D29407

Text Example


Text Example

White with #D29407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29407; }

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

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

background-color css

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

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

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

border-color css

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

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

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