Html Css Color HEX #C29A0D Buddha Gold

📋 copy color: '#C29A0D'

red 194 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #C29A0D

Tints of Buddha Gold #C29A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

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

R = 53.74%
G = 42.66%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C29A0D (or 0xC29A0D) is known color: Buddha Gold. HEX triplet: C2, 9A and 0D. RGB value is (194,154,13). Sum of RGB (Red+Green+Blue) = 194+154+13=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A0D is #3D65F2. Grayscale: #969696. Windows color (decimal): -4023795 or 891586. OLE color: 891586.

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

Color convert

RGB 194 154 13 -
CMYK 0 0.21 0.93 0.24
HSL 46.74º 0.87% 0.41% -
HSV(B) 46.74º 0.93% 0.76% -
XYZ 33.88 34.61 5.28 -
YUV 149.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 194 154 13 0 0.21 0.93 0.24 46.74 0.87 0.41
Hex C2 9A D 0 15 5D 18 2F 57 29
Octal 302 232 15 0 25 135 30 57 127 51
Binary 11000010 10011010 1101 0 10101 1011101 11000 101111 1010111 101001

Color Harmonies of #C29A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A0D

Black with #C29A0D

Text Example


Text Example

White with #C29A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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