Html Css Color HEX #C4B42D Old Gold

📋 copy color: '#C4B42D'

red 196 ◦ green 180 ◦ blue 45

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

Shades of Old Gold #C4B42D

Tints of Old Gold #C4B42D

RGB

 RED value IS 196 (76.95% from 255) = 46.56%

 GREEN value IS 180 (70.7% from 255) = 42.76%

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 46.56%
G = 42.76%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4B42D (or 0xC4B42D) is known color: Old Gold. HEX triplet: C4, B4 and 2D. RGB value is (196,180,45). Sum of RGB (Red+Green+Blue) = 196+180+45=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B42D is #3B4BD2. Grayscale: #A9A9A9. Windows color (decimal): -3886035 or 2995396. OLE color: 2995396.

HSL color Cylindrical-coordinate representation of color #C4B42D: hue angle of 53.64º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4B42D is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 45 -
CMYK 0 0.08 0.77 0.23
HSL 53.64º 0.63% 0.47% -
HSV(B) 53.64º 0.77% 0.77% -
XYZ 39.56 44.57 9 -
YUV 169.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 196 180 45 0 0.08 0.77 0.23 53.64 0.63 0.47
Hex C4 B4 2D 0 8 4D 17 36 3F 2F
Octal 304 264 55 0 10 115 27 66 77 57
Binary 11000100 10110100 101101 0 1000 1001101 10111 110110 111111 101111

Color Harmonies of #C4B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B42D

Black with #C4B42D

Text Example


Text Example

White with #C4B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B42D; }

 p { color: rgb(196,180,45); }

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

background-color css

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

 a { background-color: rgb(196,180,45); }

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

border-color css

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

 span { border-color: rgb(196,180,45); }

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