Html Css Color HEX #C69919 Buddha Gold

📋 copy color: '#C69919'

red 198 ◦ green 153 ◦ blue 25

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

Shades of Buddha Gold #C69919

Tints of Buddha Gold #C69919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 52.66%
G = 40.69%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C69919 (or 0xC69919) is known color: Buddha Gold. HEX triplet: C6, 99 and 19. RGB value is (198,153,25). Sum of RGB (Red+Green+Blue) = 198+153+25=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C69919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69919 is #3966E6. Grayscale: #989898. Windows color (decimal): -3761895 or 1677766. OLE color: 1677766.

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

Color convert

RGB 198 153 25 -
CMYK 0 0.23 0.87 0.22
HSL 44.39º 0.78% 0.44% -
HSV(B) 44.39º 0.87% 0.78% -
XYZ 34.86 34.86 5.81 -
YUV 151.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 198 153 25 0 0.23 0.87 0.22 44.39 0.78 0.44
Hex C6 99 19 0 17 57 16 2C 4E 2C
Octal 306 231 31 0 27 127 26 54 116 54
Binary 11000110 10011001 11001 0 10111 1010111 10110 101100 1001110 101100

Color Harmonies of #C69919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69919

Black with #C69919

Text Example


Text Example

White with #C69919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69919; }

 p { color: rgb(198,153,25); }

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

background-color css

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

 a { background-color: rgb(198,153,25); }

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

border-color css

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

 span { border-color: rgb(198,153,25); }

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