Html Css Color HEX #C7B233 Old Gold

📋 copy color: '#C7B233'

red 199 ◦ green 178 ◦ blue 51

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

Shades of Old Gold #C7B233

Tints of Old Gold #C7B233

RGB

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

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

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

R = 46.5%
G = 41.59%
B = 11.92%

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

#C7B233 (or 0xC7B233) is known color: Old Gold. HEX triplet: C7, B2 and 33. RGB value is (199,178,51). Sum of RGB (Red+Green+Blue) = 199+178+51=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B233 is #384DCC. Grayscale: #AAAAAA. Windows color (decimal): -3689933 or 3388103. OLE color: 3388103.

HSL color Cylindrical-coordinate representation of color #C7B233: hue angle of 51.49º 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 #C7B233 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 51 -
CMYK 0 0.11 0.74 0.22
HSL 51.49º 0.59% 0.49% -
HSV(B) 51.49º 0.74% 0.78% -
XYZ 40.07 44.22 9.56 -
YUV 169.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 199 178 51 0 0.11 0.74 0.22 51.49 0.59 0.49
Hex C7 B2 33 0 B 4A 16 33 3B 31
Octal 307 262 63 0 13 112 26 63 73 61
Binary 11000111 10110010 110011 0 1011 1001010 10110 110011 111011 110001

Color Harmonies of #C7B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B233

Black with #C7B233

Text Example


Text Example

White with #C7B233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B233; }

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

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

background-color css

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

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

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

border-color css

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

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

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