Html Css Color HEX #C2B72D Old Gold

📋 copy color: '#C2B72D'

red 194 ◦ green 183 ◦ blue 45

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

Shades of Old Gold #C2B72D

Tints of Old Gold #C2B72D

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

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

R = 45.97%
G = 43.36%
B = 10.66%

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

#C2B72D (or 0xC2B72D) is known color: Old Gold. HEX triplet: C2, B7 and 2D. RGB value is (194,183,45). Sum of RGB (Red+Green+Blue) = 194+183+45=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B72D is #3D48D2. Grayscale: #ABABAB. Windows color (decimal): -4016339 or 2996162. OLE color: 2996162.

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

Color convert

RGB 194 183 45 -
CMYK 0 0.06 0.77 0.24
HSL 55.57º 0.62% 0.47% -
HSV(B) 55.57º 0.77% 0.76% -
XYZ 39.66 45.53 9.18 -
YUV 170.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 194 183 45 0 0.06 0.77 0.24 55.57 0.62 0.47
Hex C2 B7 2D 0 6 4D 18 38 3E 2F
Octal 302 267 55 0 6 115 30 70 76 57
Binary 11000010 10110111 101101 0 110 1001101 11000 111000 111110 101111

Color Harmonies of #C2B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B72D

Black with #C2B72D

Text Example


Text Example

White with #C2B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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