Html Css Color HEX #C69417 Buddha Gold

📋 copy color: '#C69417'

red 198 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #C69417

Tints of Buddha Gold #C69417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 53.66%
G = 40.11%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69417 (or 0xC69417) is known color: Buddha Gold. HEX triplet: C6, 94 and 17. RGB value is (198,148,23). Sum of RGB (Red+Green+Blue) = 198+148+23=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C69417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69417 is #396BE8. Grayscale: #959595. Windows color (decimal): -3763177 or 1545414. OLE color: 1545414.

HSL color Cylindrical-coordinate representation of color #C69417: hue angle of 42.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69417 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 23 -
CMYK 0 0.25 0.88 0.22
HSL 42.86º 0.79% 0.43% -
HSV(B) 42.86º 0.88% 0.78% -
XYZ 34.03 33.25 5.43 -
YUV 148.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 198 148 23 0 0.25 0.88 0.22 42.86 0.79 0.43
Hex C6 94 17 0 19 58 16 2B 4F 2B
Octal 306 224 27 0 31 130 26 53 117 53
Binary 11000110 10010100 10111 0 11001 1011000 10110 101011 1001111 101011

Color Harmonies of #C69417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69417

Black with #C69417

Text Example


Text Example

White with #C69417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69417; }

 p { color: rgb(198,148,23); }

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

background-color css

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

 a { background-color: rgb(198,148,23); }

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

border-color css

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

 span { border-color: rgb(198,148,23); }

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