Html Css Color HEX #C69B05 Buddha Gold

📋 copy color: '#C69B05'

red 198 ◦ green 155 ◦ blue 5

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

Shades of Buddha Gold #C69B05

Tints of Buddha Gold #C69B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 55.31%
G = 43.3%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69B05 (or 0xC69B05) is known color: Buddha Gold. HEX triplet: C6, 9B and 05. RGB value is (198,155,5). Sum of RGB (Red+Green+Blue) = 198+155+5=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69B05 is #3964FA. Grayscale: #979797. Windows color (decimal): -3761403 or 367558. OLE color: 367558.

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

Color convert

RGB 198 155 5 -
CMYK 0 0.22 0.97 0.22
HSL 46.63º 0.95% 0.4% -
HSV(B) 46.63º 0.97% 0.78% -
XYZ 35.04 35.46 5.14 -
YUV 150.76 45.75 161.7 -
System Red Green Blue C M Y K H S L
Decimal 198 155 5 0 0.22 0.97 0.22 46.63 0.95 0.4
Hex C6 9B 5 0 16 61 16 2F 5F 28
Octal 306 233 5 0 26 141 26 57 137 50
Binary 11000110 10011011 101 0 10110 1100001 10110 101111 1011111 101000

Color Harmonies of #C69B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B05

Black with #C69B05

Text Example


Text Example

White with #C69B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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