Html Css Color HEX #C5BF43 Old Gold

📋 copy color: '#C5BF43'

red 197 ◦ green 191 ◦ blue 67

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

Shades of Old Gold #C5BF43

Tints of Old Gold #C5BF43

RGB

 RED value IS 197 (77.34% from 255) = 43.3%

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 67 (26.56% from 255) = 14.73%

R = 43.3%
G = 41.98%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5BF43 (or 0xC5BF43) is known color: Old Gold. HEX triplet: C5, BF and 43. RGB value is (197,191,67). Sum of RGB (Red+Green+Blue) = 197+191+67=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF43 is #3A40BC. Grayscale: #B3B3B3. Windows color (decimal): -3817661 or 4440005. OLE color: 4440005.

HSL color Cylindrical-coordinate representation of color #C5BF43: hue angle of 57.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5BF43 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 67 -
CMYK 0 0.03 0.66 0.23
HSL 57.23º 0.53% 0.52% -
HSV(B) 57.23º 0.66% 0.77% -
XYZ 42.67 49.54 12.62 -
YUV 178.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 197 191 67 0 0.03 0.66 0.23 57.23 0.53 0.52
Hex C5 BF 43 0 3 42 17 39 35 34
Octal 305 277 103 0 3 102 27 71 65 64
Binary 11000101 10111111 1000011 0 11 1000010 10111 111001 110101 110100

Color Harmonies of #C5BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF43

Black with #C5BF43

Text Example


Text Example

White with #C5BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF43; }

 p { color: rgb(197,191,67); }

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

background-color css

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

 a { background-color: rgb(197,191,67); }

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

border-color css

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

 span { border-color: rgb(197,191,67); }

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