Html Css Color HEX #C69708 Buddha Gold

📋 copy color: '#C69708'

red 198 ◦ green 151 ◦ blue 8

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

Shades of Buddha Gold #C69708

Tints of Buddha Gold #C69708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

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

R = 55.46%
G = 42.3%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C69708 (or 0xC69708) is known color: Buddha Gold. HEX triplet: C6, 97 and 08. RGB value is (198,151,8). Sum of RGB (Red+Green+Blue) = 198+151+8=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C69708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69708 is #3968F7. Grayscale: #959595. Windows color (decimal): -3762424 or 563142. OLE color: 563142.

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

Color convert

RGB 198 151 8 -
CMYK 0 0.24 0.96 0.22
HSL 45.16º 0.92% 0.4% -
HSV(B) 45.16º 0.96% 0.78% -
XYZ 34.4 34.16 5.01 -
YUV 148.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 198 151 8 0 0.24 0.96 0.22 45.16 0.92 0.4
Hex C6 97 8 0 18 60 16 2D 5C 28
Octal 306 227 10 0 30 140 26 55 134 50
Binary 11000110 10010111 1000 0 11000 1100000 10110 101101 1011100 101000

Color Harmonies of #C69708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69708

Black with #C69708

Text Example


Text Example

White with #C69708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69708; }

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

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

background-color css

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

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

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

border-color css

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

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

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