Html Css Color HEX #D2A30E Gamboge

📋 copy color: '#D2A30E'

red 210 ◦ green 163 ◦ blue 14

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

Shades of Gamboge #D2A30E

Tints of Gamboge #D2A30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.62%

R = 54.26%
G = 42.12%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2A30E (or 0xD2A30E) is known color: Gamboge. HEX triplet: D2, A3 and 0E. RGB value is (210,163,14). Sum of RGB (Red+Green+Blue) = 210+163+14=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A30E is #2D5CF1. Grayscale: #A0A0A0. Windows color (decimal): -2972914 or 959442. OLE color: 959442.

HSL color Cylindrical-coordinate representation of color #D2A30E: hue angle of 45.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2A30E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 14 -
CMYK 0 0.22 0.93 0.18
HSL 45.61º 0.88% 0.44% -
HSV(B) 45.61º 0.93% 0.82% -
XYZ 39.75 39.93 6.03 -
YUV 160.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 210 163 14 0 0.22 0.93 0.18 45.61 0.88 0.44
Hex D2 A3 E 0 16 5D 12 2E 58 2C
Octal 322 243 16 0 26 135 22 56 130 54
Binary 11010010 10100011 1110 0 10110 1011101 10010 101110 1011000 101100

Color Harmonies of #D2A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A30E

Black with #D2A30E

Text Example


Text Example

White with #D2A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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