Html Css Color HEX #C2A20D Buddha Gold

📋 copy color: '#C2A20D'

red 194 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #C2A20D

Tints of Buddha Gold #C2A20D

RGB

 RED value IS 194 (76.17% from 255) = 52.57%

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 52.57%
G = 43.9%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2A20D (or 0xC2A20D) is known color: Buddha Gold. HEX triplet: C2, A2 and 0D. RGB value is (194,162,13). Sum of RGB (Red+Green+Blue) = 194+162+13=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A20D is #3D5DF2. Grayscale: #9B9B9B. Windows color (decimal): -4021747 or 893634. OLE color: 893634.

HSL color Cylindrical-coordinate representation of color #C2A20D: hue angle of 49.39º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2A20D is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 162 13 -
CMYK 0 0.16 0.93 0.24
HSL 49.39º 0.87% 0.41% -
HSV(B) 49.39º 0.93% 0.76% -
XYZ 35.24 37.34 5.73 -
YUV 154.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 194 162 13 0 0.16 0.93 0.24 49.39 0.87 0.41
Hex C2 A2 D 0 10 5D 18 31 57 29
Octal 302 242 15 0 20 135 30 61 127 51
Binary 11000010 10100010 1101 0 10000 1011101 11000 110001 1010111 101001

Color Harmonies of #C2A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A20D

Black with #C2A20D

Text Example


Text Example

White with #C2A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A20D; }

 p { color: rgb(194,162,13); }

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

background-color css

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

 a { background-color: rgb(194,162,13); }

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

border-color css

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

 span { border-color: rgb(194,162,13); }

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