Html Css Color HEX #C2B733 Old Gold

📋 copy color: '#C2B733'

red 194 ◦ green 183 ◦ blue 51

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

Shades of Old Gold #C2B733

Tints of Old Gold #C2B733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.92%

R = 45.33%
G = 42.76%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2B733 (or 0xC2B733) is known color: Old Gold. HEX triplet: C2, B7 and 33. RGB value is (194,183,51). Sum of RGB (Red+Green+Blue) = 194+183+51=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B733 is #3D48CC. Grayscale: #ABABAB. Windows color (decimal): -4016333 or 3389378. OLE color: 3389378.

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

Color convert

RGB 194 183 51 -
CMYK 0 0.06 0.74 0.24
HSL 55.38º 0.58% 0.48% -
HSV(B) 55.38º 0.74% 0.76% -
XYZ 39.78 45.58 9.83 -
YUV 171.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 194 183 51 0 0.06 0.74 0.24 55.38 0.58 0.48
Hex C2 B7 33 0 6 4A 18 37 3A 30
Octal 302 267 63 0 6 112 30 67 72 60
Binary 11000010 10110111 110011 0 110 1001010 11000 110111 111010 110000

Color Harmonies of #C2B733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B733

Black with #C2B733

Text Example


Text Example

White with #C2B733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B733; }

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

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

background-color css

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

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

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

border-color css

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

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

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