Html Css Color HEX #D29000 Gamboge

📋 copy color: '#D29000'

red 210 ◦ green 144 ◦ blue 0

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

Shades of Gamboge #D29000

Tints of Gamboge #D29000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 59.32%
G = 40.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D29000 (or 0xD29000) is known color: Gamboge. HEX triplet: D2, 90 and 00. RGB value is (210,144,0). Sum of RGB (Red+Green+Blue) = 210+144+0=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D29000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29000 is #2D6FFF. Grayscale: #939393. Windows color (decimal): -2977792 or 37074. OLE color: 37074.

HSL color Cylindrical-coordinate representation of color #D29000: hue angle of 41.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 #D29000 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 0 -
CMYK 0 0.31 1 0.18
HSL 41.14º 1% 0.41% -
HSV(B) 41.14º 1% 0.82% -
XYZ 36.55 33.65 4.57 -
YUV 147.32 44.87 172.71 -
System Red Green Blue C M Y K H S L
Decimal 210 144 0 0 0.31 1 0.18 41.14 1 0.41
Hex D2 90 0 0 1F 64 12 29 64 29
Octal 322 220 0 0 37 144 22 51 144 51
Binary 11010010 10010000 0 0 11111 1100100 10010 101001 1100100 101001

Color Harmonies of #D29000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29000

Black with #D29000

Text Example


Text Example

White with #D29000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29000; }

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

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

background-color css

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

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

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

border-color css

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

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

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