Html Css Color HEX #C3B72D Old Gold

📋 copy color: '#C3B72D'

red 195 ◦ green 183 ◦ blue 45

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

Shades of Old Gold #C3B72D

Tints of Old Gold #C3B72D

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

 GREEN value IS 183 (71.88% from 255) = 43.26%

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

R = 46.1%
G = 43.26%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3B72D (or 0xC3B72D) is known color: Old Gold. HEX triplet: C3, B7 and 2D. RGB value is (195,183,45). Sum of RGB (Red+Green+Blue) = 195+183+45=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B72D is #3C48D2. Grayscale: #ABABAB. Windows color (decimal): -3950803 or 2996163. OLE color: 2996163.

HSL color Cylindrical-coordinate representation of color #C3B72D: hue angle of 55.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3B72D is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 183 45 -
CMYK 0 0.06 0.77 0.24
HSL 55.2º 0.63% 0.47% -
HSV(B) 55.2º 0.77% 0.76% -
XYZ 39.91 45.66 9.19 -
YUV 170.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 195 183 45 0 0.06 0.77 0.24 55.2 0.63 0.47
Hex C3 B7 2D 0 6 4D 18 37 3E 2F
Octal 303 267 55 0 6 115 30 67 76 57
Binary 11000011 10110111 101101 0 110 1001101 11000 110111 111110 101111

Color Harmonies of #C3B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B72D

Black with #C3B72D

Text Example


Text Example

White with #C3B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B72D; }

 p { color: rgb(195,183,45); }

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

background-color css

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

 a { background-color: rgb(195,183,45); }

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

border-color css

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

 span { border-color: rgb(195,183,45); }

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