Html Css Color HEX #C3A20D Buddha Gold

📋 copy color: '#C3A20D'

red 195 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #C3A20D

Tints of Buddha Gold #C3A20D

RGB

 RED value IS 195 (76.56% from 255) = 52.7%

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

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

R = 52.7%
G = 43.78%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3A20D (or 0xC3A20D) is known color: Buddha Gold. HEX triplet: C3, A2 and 0D. RGB value is (195,162,13). Sum of RGB (Red+Green+Blue) = 195+162+13=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A20D is #3C5DF2. Grayscale: #9B9B9B. Windows color (decimal): -3956211 or 893635. OLE color: 893635.

HSL color Cylindrical-coordinate representation of color #C3A20D: hue angle of 49.12º degrees, saturation: 0.88, 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 #C3A20D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 162 13 -
CMYK 0 0.17 0.93 0.24
HSL 49.12º 0.88% 0.41% -
HSV(B) 49.12º 0.93% 0.76% -
XYZ 35.5 37.47 5.74 -
YUV 154.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 195 162 13 0 0.17 0.93 0.24 49.12 0.88 0.41
Hex C3 A2 D 0 11 5D 18 31 58 29
Octal 303 242 15 0 21 135 30 61 130 51
Binary 11000011 10100010 1101 0 10001 1011101 11000 110001 1011000 101001

Color Harmonies of #C3A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A20D

Black with #C3A20D

Text Example


Text Example

White with #C3A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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