Html Css Color HEX #C29807 Buddha Gold

📋 copy color: '#C29807'

red 194 ◦ green 152 ◦ blue 7

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

Shades of Buddha Gold #C29807

Tints of Buddha Gold #C29807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 54.96%
G = 43.06%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C29807 (or 0xC29807) is known color: Buddha Gold. HEX triplet: C2, 98 and 07. RGB value is (194,152,7). Sum of RGB (Red+Green+Blue) = 194+152+7=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C29807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29807 is #3D67F8. Grayscale: #949494. Windows color (decimal): -4024313 or 497858. OLE color: 497858.

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

Color convert

RGB 194 152 7 -
CMYK 0 0.22 0.96 0.24
HSL 46.52º 0.93% 0.39% -
HSV(B) 46.52º 0.96% 0.76% -
XYZ 33.51 33.94 4.99 -
YUV 148.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 194 152 7 0 0.22 0.96 0.24 46.52 0.93 0.39
Hex C2 98 7 0 16 60 18 2F 5D 27
Octal 302 230 7 0 26 140 30 57 135 47
Binary 11000010 10011000 111 0 10110 1100000 11000 101111 1011101 100111

Color Harmonies of #C29807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29807

Black with #C29807

Text Example


Text Example

White with #C29807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29807; }

 p { color: rgb(194,152,7); }

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

background-color css

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

 a { background-color: rgb(194,152,7); }

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

border-color css

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

 span { border-color: rgb(194,152,7); }

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