Html Css Color HEX #D29700 Gamboge

📋 copy color: '#D29700'

red 210 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #D29700

Tints of Gamboge #D29700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

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

R = 58.17%
G = 41.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D29700 (or 0xD29700) is known color: Gamboge. HEX triplet: D2, 97 and 00. RGB value is (210,151,0). Sum of RGB (Red+Green+Blue) = 210+151+0=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D29700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29700 is #2D68FF. Grayscale: #989898. Windows color (decimal): -2976000 or 38866. OLE color: 38866.

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

Color convert

RGB 210 151 0 -
CMYK 0 0.28 1 0.18
HSL 43.14º 1% 0.41% -
HSV(B) 43.14º 1% 0.82% -
XYZ 37.64 35.83 4.93 -
YUV 151.43 42.55 169.78 -
System Red Green Blue C M Y K H S L
Decimal 210 151 0 0 0.28 1 0.18 43.14 1 0.41
Hex D2 97 0 0 1C 64 12 2B 64 29
Octal 322 227 0 0 34 144 22 53 144 51
Binary 11010010 10010111 0 0 11100 1100100 10010 101011 1100100 101001

Color Harmonies of #D29700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29700

Black with #D29700

Text Example


Text Example

White with #D29700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29700; }

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

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

background-color css

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

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

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

border-color css

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

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

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