Html Css Color HEX #C69807 Buddha Gold

📋 copy color: '#C69807'

red 198 ◦ green 152 ◦ blue 7

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

Shades of Buddha Gold #C69807

Tints of Buddha Gold #C69807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 55.46%
G = 42.58%
B = 1.96%

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

#C69807 (or 0xC69807) is known color: Buddha Gold. HEX triplet: C6, 98 and 07. RGB value is (198,152,7). Sum of RGB (Red+Green+Blue) = 198+152+7=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C69807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69807 is #3967F8. Grayscale: #959595. Windows color (decimal): -3762169 or 497862. OLE color: 497862.

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

Color convert

RGB 198 152 7 -
CMYK 0 0.23 0.96 0.22
HSL 45.55º 0.93% 0.4% -
HSV(B) 45.55º 0.96% 0.78% -
XYZ 34.56 34.48 5.03 -
YUV 149.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 198 152 7 0 0.23 0.96 0.22 45.55 0.93 0.4
Hex C6 98 7 0 17 60 16 2E 5D 28
Octal 306 230 7 0 27 140 26 56 135 50
Binary 11000110 10011000 111 0 10111 1100000 10110 101110 1011101 101000

Color Harmonies of #C69807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69807

Black with #C69807

Text Example


Text Example

White with #C69807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69807; }

 p { color: rgb(198,152,7); }

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

background-color css

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

 a { background-color: rgb(198,152,7); }

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

border-color css

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

 span { border-color: rgb(198,152,7); }

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