Html Css Color HEX #C69F18 Buddha Gold

📋 copy color: '#C69F18'

red 198 ◦ green 159 ◦ blue 24

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

Shades of Buddha Gold #C69F18

Tints of Buddha Gold #C69F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.73%

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

R = 51.97%
G = 41.73%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69F18 (or 0xC69F18) is known color: Buddha Gold. HEX triplet: C6, 9F and 18. RGB value is (198,159,24). Sum of RGB (Red+Green+Blue) = 198+159+24=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69F18 is #3960E7. Grayscale: #9B9B9B. Windows color (decimal): -3760360 or 1613766. OLE color: 1613766.

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

Color convert

RGB 198 159 24 -
CMYK 0 0.20 0.88 0.22
HSL 46.55º 0.78% 0.44% -
HSV(B) 46.55º 0.88% 0.78% -
XYZ 35.85 36.87 6.09 -
YUV 155.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 198 159 24 0 0.20 0.88 0.22 46.55 0.78 0.44
Hex C6 9F 18 0 14 58 16 2F 4E 2C
Octal 306 237 30 0 24 130 26 57 116 54
Binary 11000110 10011111 11000 0 10100 1011000 10110 101111 1001110 101100

Color Harmonies of #C69F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F18

Black with #C69F18

Text Example


Text Example

White with #C69F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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