Html Css Color HEX #D29802 Gamboge

📋 copy color: '#D29802'

red 210 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #D29802

Tints of Gamboge #D29802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 57.69%
G = 41.76%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D29802 (or 0xD29802) is known color: Gamboge. HEX triplet: D2, 98 and 02. RGB value is (210,152,2). Sum of RGB (Red+Green+Blue) = 210+152+2=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D29802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29802 is #2D67FD. Grayscale: #989898. Windows color (decimal): -2975742 or 170194. OLE color: 170194.

HSL color Cylindrical-coordinate representation of color #D29802: hue angle of 43.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D29802 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 2 -
CMYK 0 0.28 0.99 0.18
HSL 43.27º 0.98% 0.42% -
HSV(B) 43.27º 0.99% 0.82% -
XYZ 37.82 36.16 5.04 -
YUV 152.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 210 152 2 0 0.28 0.99 0.18 43.27 0.98 0.42
Hex D2 98 2 0 1C 63 12 2B 62 2A
Octal 322 230 2 0 34 143 22 53 142 52
Binary 11010010 10011000 10 0 11100 1100011 10010 101011 1100010 101010

Color Harmonies of #D29802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29802

Black with #D29802

Text Example


Text Example

White with #D29802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29802; }

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

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

background-color css

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

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

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

border-color css

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

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

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