Html Css Color HEX #C69013 Buddha Gold

📋 copy color: '#C69013'

red 198 ◦ green 144 ◦ blue 19

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

Shades of Buddha Gold #C69013

Tints of Buddha Gold #C69013

RGB

 RED value IS 198 (77.73% from 255) = 54.85%

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 54.85%
G = 39.89%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C69013 (or 0xC69013) is known color: Buddha Gold. HEX triplet: C6, 90 and 13. RGB value is (198,144,19). Sum of RGB (Red+Green+Blue) = 198+144+19=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C69013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69013 is #396FEC. Grayscale: #929292. Windows color (decimal): -3764205 or 1282246. OLE color: 1282246.

HSL color Cylindrical-coordinate representation of color #C69013: hue angle of 41.9º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C69013 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 19 -
CMYK 0 0.27 0.90 0.22
HSL 41.9º 0.82% 0.43% -
HSV(B) 41.9º 0.9% 0.78% -
XYZ 33.38 32 5.03 -
YUV 145.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 198 144 19 0 0.27 0.90 0.22 41.9 0.82 0.43
Hex C6 90 13 0 1B 5A 16 2A 52 2B
Octal 306 220 23 0 33 132 26 52 122 53
Binary 11000110 10010000 10011 0 11011 1011010 10110 101010 1010010 101011

Color Harmonies of #C69013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69013

Black with #C69013

Text Example


Text Example

White with #C69013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69013; }

 p { color: rgb(198,144,19); }

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

background-color css

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

 a { background-color: rgb(198,144,19); }

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

border-color css

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

 span { border-color: rgb(198,144,19); }

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