Html Css Color HEX #D29302 Gamboge

📋 copy color: '#D29302'

red 210 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #D29302

Tints of Gamboge #D29302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 58.5%
G = 40.95%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D29302 (or 0xD29302) is known color: Gamboge. HEX triplet: D2, 93 and 02. RGB value is (210,147,2). Sum of RGB (Red+Green+Blue) = 210+147+2=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D29302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29302 is #2D6CFD. Grayscale: #959595. Windows color (decimal): -2977022 or 168914. OLE color: 168914.

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

Color convert

RGB 210 147 2 -
CMYK 0 0.30 0.99 0.18
HSL 41.83º 0.98% 0.42% -
HSV(B) 41.83º 0.99% 0.82% -
XYZ 37.02 34.57 4.78 -
YUV 149.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 210 147 2 0 0.30 0.99 0.18 41.83 0.98 0.42
Hex D2 93 2 0 1E 63 12 2A 62 2A
Octal 322 223 2 0 36 143 22 52 142 52
Binary 11010010 10010011 10 0 11110 1100011 10010 101010 1100010 101010

Color Harmonies of #D29302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29302

Black with #D29302

Text Example


Text Example

White with #D29302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29302; }

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

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

background-color css

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

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

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

border-color css

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

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

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