Html Css Color HEX #D29800 Gamboge

📋 copy color: '#D29800'

red 210 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #D29800

Tints of Gamboge #D29800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 58.01%
G = 41.99%
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

#D29800 (or 0xD29800) is known color: Gamboge. HEX triplet: D2, 98 and 00. RGB value is (210,152,0). Sum of RGB (Red+Green+Blue) = 210+152+0=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D29800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29800 is #2D67FF. Grayscale: #989898. Windows color (decimal): -2975744 or 39122. OLE color: 39122.

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

Color convert

RGB 210 152 0 -
CMYK 0 0.28 1 0.18
HSL 43.43º 1% 0.41% -
HSV(B) 43.43º 1% 0.82% -
XYZ 37.81 36.16 4.99 -
YUV 152.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 210 152 0 0 0.28 1 0.18 43.43 1 0.41
Hex D2 98 0 0 1C 64 12 2B 64 29
Octal 322 230 0 0 34 144 22 53 144 51
Binary 11010010 10011000 0 0 11100 1100100 10010 101011 1100100 101001

Color Harmonies of #D29800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29800

Black with #D29800

Text Example


Text Example

White with #D29800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29800; }

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

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

background-color css

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

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

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

border-color css

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

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

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