Html Css Color HEX #C69908 Buddha Gold

📋 copy color: '#C69908'

red 198 ◦ green 153 ◦ blue 8

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

Shades of Buddha Gold #C69908

Tints of Buddha Gold #C69908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 55.15%
G = 42.62%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C69908 (or 0xC69908) is known color: Buddha Gold. HEX triplet: C6, 99 and 08. RGB value is (198,153,8). Sum of RGB (Red+Green+Blue) = 198+153+8=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C69908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69908 is #3966F7. Grayscale: #969696. Windows color (decimal): -3761912 or 563654. OLE color: 563654.

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

Color convert

RGB 198 153 8 -
CMYK 0 0.23 0.96 0.22
HSL 45.79º 0.92% 0.4% -
HSV(B) 45.79º 0.96% 0.78% -
XYZ 34.72 34.81 5.12 -
YUV 149.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 198 153 8 0 0.23 0.96 0.22 45.79 0.92 0.4
Hex C6 99 8 0 17 60 16 2E 5C 28
Octal 306 231 10 0 27 140 26 56 134 50
Binary 11000110 10011001 1000 0 10111 1100000 10110 101110 1011100 101000

Color Harmonies of #C69908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69908

Black with #C69908

Text Example


Text Example

White with #C69908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69908; }

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

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

background-color css

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

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

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

border-color css

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

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

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