Html Css Color HEX #C7B234 Old Gold

📋 copy color: '#C7B234'

red 199 ◦ green 178 ◦ blue 52

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

Shades of Old Gold #C7B234

Tints of Old Gold #C7B234

RGB

 RED value IS 199 (78.13% from 255) = 46.39%

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 52 (20.7% from 255) = 12.12%

R = 46.39%
G = 41.49%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7B234 (or 0xC7B234) is known color: Old Gold. HEX triplet: C7, B2 and 34. RGB value is (199,178,52). Sum of RGB (Red+Green+Blue) = 199+178+52=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B234 is #384DCB. Grayscale: #AAAAAA. Windows color (decimal): -3689932 or 3453639. OLE color: 3453639.

HSL color Cylindrical-coordinate representation of color #C7B234: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7B234 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 52 -
CMYK 0 0.11 0.74 0.22
HSL 51.43º 0.59% 0.49% -
HSV(B) 51.43º 0.74% 0.78% -
XYZ 40.09 44.23 9.67 -
YUV 169.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 199 178 52 0 0.11 0.74 0.22 51.43 0.59 0.49
Hex C7 B2 34 0 B 4A 16 33 3B 31
Octal 307 262 64 0 13 112 26 63 73 61
Binary 11000111 10110010 110100 0 1011 1001010 10110 110011 111011 110001

Color Harmonies of #C7B234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B234

Black with #C7B234

Text Example


Text Example

White with #C7B234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B234; }

 p { color: rgb(199,178,52); }

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

background-color css

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

 a { background-color: rgb(199,178,52); }

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

border-color css

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

 span { border-color: rgb(199,178,52); }

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