Html Css Color HEX #C69D1E Buddha Gold

📋 copy color: '#C69D1E'

red 198 ◦ green 157 ◦ blue 30

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

Shades of Buddha Gold #C69D1E

Tints of Buddha Gold #C69D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 51.43%
G = 40.78%
B = 7.79%

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

#C69D1E (or 0xC69D1E) is known color: Buddha Gold. HEX triplet: C6, 9D and 1E. RGB value is (198,157,30). Sum of RGB (Red+Green+Blue) = 198+157+30=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D1E is #3962E1. Grayscale: #9B9B9B. Windows color (decimal): -3760866 or 2006470. OLE color: 2006470.

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

Color convert

RGB 198 157 30 -
CMYK 0 0.21 0.85 0.22
HSL 45.36º 0.74% 0.45% -
HSV(B) 45.36º 0.85% 0.78% -
XYZ 35.58 36.21 6.34 -
YUV 154.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 198 157 30 0 0.21 0.85 0.22 45.36 0.74 0.45
Hex C6 9D 1E 0 15 55 16 2D 4A 2D
Octal 306 235 36 0 25 125 26 55 112 55
Binary 11000110 10011101 11110 0 10101 1010101 10110 101101 1001010 101101

Color Harmonies of #C69D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D1E

Black with #C69D1E

Text Example


Text Example

White with #C69D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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