Html Css Color HEX #C69018 Buddha Gold

📋 copy color: '#C69018'

red 198 ◦ green 144 ◦ blue 24

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

Shades of Buddha Gold #C69018

Tints of Buddha Gold #C69018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 54.1%
G = 39.34%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69018 (or 0xC69018) is known color: Buddha Gold. HEX triplet: C6, 90 and 18. RGB value is (198,144,24). Sum of RGB (Red+Green+Blue) = 198+144+24=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C69018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69018 is #396FE7. Grayscale: #929292. Windows color (decimal): -3764200 or 1609926. OLE color: 1609926.

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

Color convert

RGB 198 144 24 -
CMYK 0 0.27 0.88 0.22
HSL 41.38º 0.78% 0.44% -
HSV(B) 41.38º 0.88% 0.78% -
XYZ 33.43 32.02 5.28 -
YUV 146.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 198 144 24 0 0.27 0.88 0.22 41.38 0.78 0.44
Hex C6 90 18 0 1B 58 16 29 4E 2C
Octal 306 220 30 0 33 130 26 51 116 54
Binary 11000110 10010000 11000 0 11011 1011000 10110 101001 1001110 101100

Color Harmonies of #C69018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69018

Black with #C69018

Text Example


Text Example

White with #C69018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69018; }

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

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

background-color css

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

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

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

border-color css

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

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

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