Html Css Color HEX #D2A302 Gamboge

📋 copy color: '#D2A302'

red 210 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #D2A302

Tints of Gamboge #D2A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

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

R = 56%
G = 43.47%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2A302 (or 0xD2A302) is known color: Gamboge. HEX triplet: D2, A3 and 02. RGB value is (210,163,2). Sum of RGB (Red+Green+Blue) = 210+163+2=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A302 is #2D5CFD. Grayscale: #9F9F9F. Windows color (decimal): -2972926 or 173010. OLE color: 173010.

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

Color convert

RGB 210 163 2 -
CMYK 0 0.22 0.99 0.18
HSL 46.44º 0.98% 0.42% -
HSV(B) 46.44º 0.99% 0.82% -
XYZ 39.69 39.9 5.67 -
YUV 158.7 39.57 164.59 -
System Red Green Blue C M Y K H S L
Decimal 210 163 2 0 0.22 0.99 0.18 46.44 0.98 0.42
Hex D2 A3 2 0 16 63 12 2E 62 2A
Octal 322 243 2 0 26 143 22 56 142 52
Binary 11010010 10100011 10 0 10110 1100011 10010 101110 1100010 101010

Color Harmonies of #D2A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A302

Black with #D2A302

Text Example


Text Example

White with #D2A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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