Html Css Color HEX #C69A1D Buddha Gold

📋 copy color: '#C69A1D'

red 198 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #C69A1D

Tints of Buddha Gold #C69A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 51.97%
G = 40.42%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C69A1D (or 0xC69A1D) is known color: Buddha Gold. HEX triplet: C6, 9A and 1D. RGB value is (198,154,29). Sum of RGB (Red+Green+Blue) = 198+154+29=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A1D is #3965E2. Grayscale: #999999. Windows color (decimal): -3761635 or 1940166. OLE color: 1940166.

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

Color convert

RGB 198 154 29 -
CMYK 0 0.22 0.85 0.22
HSL 44.38º 0.74% 0.45% -
HSV(B) 44.38º 0.85% 0.78% -
XYZ 35.07 35.21 6.11 -
YUV 152.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 198 154 29 0 0.22 0.85 0.22 44.38 0.74 0.45
Hex C6 9A 1D 0 16 55 16 2C 4A 2D
Octal 306 232 35 0 26 125 26 54 112 55
Binary 11000110 10011010 11101 0 10110 1010101 10110 101100 1001010 101101

Color Harmonies of #C69A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A1D

Black with #C69A1D

Text Example


Text Example

White with #C69A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A1D; }

 p { color: rgb(198,154,29); }

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

background-color css

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

 a { background-color: rgb(198,154,29); }

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

border-color css

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

 span { border-color: rgb(198,154,29); }

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