Html Css Color HEX #C69714 Buddha Gold

📋 copy color: '#C69714'

red 198 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #C69714

Tints of Buddha Gold #C69714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 53.66%
G = 40.92%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C69714 (or 0xC69714) is known color: Buddha Gold. HEX triplet: C6, 97 and 14. RGB value is (198,151,20). Sum of RGB (Red+Green+Blue) = 198+151+20=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C69714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69714 is #3968EB. Grayscale: #969696. Windows color (decimal): -3762412 or 1349574. OLE color: 1349574.

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

Color convert

RGB 198 151 20 -
CMYK 0 0.24 0.90 0.22
HSL 44.16º 0.82% 0.43% -
HSV(B) 44.16º 0.9% 0.78% -
XYZ 34.48 34.19 5.44 -
YUV 150.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 198 151 20 0 0.24 0.90 0.22 44.16 0.82 0.43
Hex C6 97 14 0 18 5A 16 2C 52 2B
Octal 306 227 24 0 30 132 26 54 122 53
Binary 11000110 10010111 10100 0 11000 1011010 10110 101100 1010010 101011

Color Harmonies of #C69714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69714

Black with #C69714

Text Example


Text Example

White with #C69714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69714; }

 p { color: rgb(198,151,20); }

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

background-color css

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

 a { background-color: rgb(198,151,20); }

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

border-color css

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

 span { border-color: rgb(198,151,20); }

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