Html Css Color HEX #C69C00 Buddha Gold

📋 copy color: '#C69C00'

red 198 ◦ green 156 ◦ blue 0

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

Shades of Buddha Gold #C69C00

Tints of Buddha Gold #C69C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.93%
G = 44.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C69C00 (or 0xC69C00) is known color: Buddha Gold. HEX triplet: C6, 9C and 00. RGB value is (198,156,0). Sum of RGB (Red+Green+Blue) = 198+156+0=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C00 is #3963FF. Grayscale: #979797. Windows color (decimal): -3761152 or 40134. OLE color: 40134.

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

Color convert

RGB 198 156 0 -
CMYK 0 0.21 1 0.22
HSL 47.27º 1% 0.39% -
HSV(B) 47.27º 1% 0.78% -
XYZ 35.18 35.78 5.05 -
YUV 150.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 198 156 0 0 0.21 1 0.22 47.27 1 0.39
Hex C6 9C 0 0 15 64 16 2F 64 27
Octal 306 234 0 0 25 144 26 57 144 47
Binary 11000110 10011100 0 0 10101 1100100 10110 101111 1100100 100111

Color Harmonies of #C69C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C00

Black with #C69C00

Text Example


Text Example

White with #C69C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C00; }

 p { color: rgb(198,156,0); }

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

background-color css

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

 a { background-color: rgb(198,156,0); }

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

border-color css

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

 span { border-color: rgb(198,156,0); }

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