Html Css Color HEX #C69B11 Buddha Gold

📋 copy color: '#C69B11'

red 198 ◦ green 155 ◦ blue 17

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

Shades of Buddha Gold #C69B11

Tints of Buddha Gold #C69B11

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.89%

 BLUE value IS 17 (7.03% from 255) = 4.59%

R = 53.51%
G = 41.89%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69B11 (or 0xC69B11) is known color: Buddha Gold. HEX triplet: C6, 9B and 11. RGB value is (198,155,17). Sum of RGB (Red+Green+Blue) = 198+155+17=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69B11 is #3964EE. Grayscale: #989898. Windows color (decimal): -3761391 or 1153990. OLE color: 1153990.

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

Color convert

RGB 198 155 17 -
CMYK 0 0.22 0.91 0.22
HSL 45.75º 0.84% 0.42% -
HSV(B) 45.75º 0.91% 0.78% -
XYZ 35.11 35.49 5.53 -
YUV 152.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 198 155 17 0 0.22 0.91 0.22 45.75 0.84 0.42
Hex C6 9B 11 0 16 5B 16 2E 54 2A
Octal 306 233 21 0 26 133 26 56 124 52
Binary 11000110 10011011 10001 0 10110 1011011 10110 101110 1010100 101010

Color Harmonies of #C69B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B11

Black with #C69B11

Text Example


Text Example

White with #C69B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B11; }

 p { color: rgb(198,155,17); }

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

background-color css

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

 a { background-color: rgb(198,155,17); }

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

border-color css

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

 span { border-color: rgb(198,155,17); }

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