Html Css Color HEX #C69D1D Buddha Gold

📋 copy color: '#C69D1D'

red 198 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #C69D1D

Tints of Buddha Gold #C69D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

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

R = 51.56%
G = 40.89%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C69D1D (or 0xC69D1D) is known color: Buddha Gold. HEX triplet: C6, 9D and 1D. RGB value is (198,157,29). Sum of RGB (Red+Green+Blue) = 198+157+29=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D1D is #3962E2. Grayscale: #9B9B9B. Windows color (decimal): -3760867 or 1940934. OLE color: 1940934.

HSL color Cylindrical-coordinate representation of color #C69D1D: hue angle of 45.44º 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 #C69D1D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 29 -
CMYK 0 0.21 0.85 0.22
HSL 45.44º 0.74% 0.45% -
HSV(B) 45.44º 0.85% 0.78% -
XYZ 35.57 36.21 6.28 -
YUV 154.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 198 157 29 0 0.21 0.85 0.22 45.44 0.74 0.45
Hex C6 9D 1D 0 15 55 16 2D 4A 2D
Octal 306 235 35 0 25 125 26 55 112 55
Binary 11000110 10011101 11101 0 10101 1010101 10110 101101 1001010 101101

Color Harmonies of #C69D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D1D

Black with #C69D1D

Text Example


Text Example

White with #C69D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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