Html Css Color HEX #D29E00 Gamboge

📋 copy color: '#D29E00'

red 210 ◦ green 158 ◦ blue 0

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

Shades of Gamboge #D29E00

Tints of Gamboge #D29E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.07%
G = 42.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D29E00 (or 0xD29E00) is known color: Gamboge. HEX triplet: D2, 9E and 00. RGB value is (210,158,0). Sum of RGB (Red+Green+Blue) = 210+158+0=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E00 is #2D61FF. Grayscale: #9C9C9C. Windows color (decimal): -2974208 or 40658. OLE color: 40658.

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

Color convert

RGB 210 158 0 -
CMYK 0 0.25 1 0.18
HSL 45.14º 1% 0.41% -
HSV(B) 45.14º 1% 0.82% -
XYZ 38.81 38.16 5.32 -
YUV 155.54 40.23 166.85 -
System Red Green Blue C M Y K H S L
Decimal 210 158 0 0 0.25 1 0.18 45.14 1 0.41
Hex D2 9E 0 0 19 64 12 2D 64 29
Octal 322 236 0 0 31 144 22 55 144 51
Binary 11010010 10011110 0 0 11001 1100100 10010 101101 1100100 101001

Color Harmonies of #D29E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E00

Black with #D29E00

Text Example


Text Example

White with #D29E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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