Html Css Color HEX #C3B833 Old Gold

📋 copy color: '#C3B833'

red 195 ◦ green 184 ◦ blue 51

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

Shades of Old Gold #C3B833

Tints of Old Gold #C3B833

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

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

R = 45.35%
G = 42.79%
B = 11.86%

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

#C3B833 (or 0xC3B833) is known color: Old Gold. HEX triplet: C3, B8 and 33. RGB value is (195,184,51). Sum of RGB (Red+Green+Blue) = 195+184+51=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B833 is #3C47CC. Grayscale: #ACACAC. Windows color (decimal): -3950541 or 3389635. OLE color: 3389635.

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

Color convert

RGB 195 184 51 -
CMYK 0 0.06 0.74 0.24
HSL 55.42º 0.59% 0.48% -
HSV(B) 55.42º 0.74% 0.76% -
XYZ 40.24 46.12 9.91 -
YUV 172.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 195 184 51 0 0.06 0.74 0.24 55.42 0.59 0.48
Hex C3 B8 33 0 6 4A 18 37 3B 30
Octal 303 270 63 0 6 112 30 67 73 60
Binary 11000011 10111000 110011 0 110 1001010 11000 110111 111011 110000

Color Harmonies of #C3B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B833

Black with #C3B833

Text Example


Text Example

White with #C3B833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B833; }

 p { color: rgb(195,184,51); }

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

background-color css

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

 a { background-color: rgb(195,184,51); }

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

border-color css

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

 span { border-color: rgb(195,184,51); }

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