Html Css Color HEX #C4B92D Old Gold

📋 copy color: '#C4B92D'

red 196 ◦ green 185 ◦ blue 45

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

Shades of Old Gold #C4B92D

Tints of Old Gold #C4B92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

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

R = 46.01%
G = 43.43%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4B92D (or 0xC4B92D) is known color: Old Gold. HEX triplet: C4, B9 and 2D. RGB value is (196,185,45). Sum of RGB (Red+Green+Blue) = 196+185+45=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B92D is #3B46D2. Grayscale: #ACACAC. Windows color (decimal): -3884755 or 2996676. OLE color: 2996676.

HSL color Cylindrical-coordinate representation of color #C4B92D: hue angle of 55.63º 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 #C4B92D is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 45 -
CMYK 0 0.06 0.77 0.23
HSL 55.63º 0.63% 0.47% -
HSV(B) 55.63º 0.77% 0.77% -
XYZ 40.59 46.62 9.34 -
YUV 172.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 196 185 45 0 0.06 0.77 0.23 55.63 0.63 0.47
Hex C4 B9 2D 0 6 4D 17 38 3F 2F
Octal 304 271 55 0 6 115 27 70 77 57
Binary 11000100 10111001 101101 0 110 1001101 10111 111000 111111 101111

Color Harmonies of #C4B92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B92D

Black with #C4B92D

Text Example


Text Example

White with #C4B92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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