Html Css Color HEX #C7BD3D Old Gold

📋 copy color: '#C7BD3D'

red 199 ◦ green 189 ◦ blue 61

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

Shades of Old Gold #C7BD3D

Tints of Old Gold #C7BD3D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 44.32%
G = 42.09%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7BD3D (or 0xC7BD3D) is known color: Old Gold. HEX triplet: C7, BD and 3D. RGB value is (199,189,61). Sum of RGB (Red+Green+Blue) = 199+189+61=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD3D is #3842C2. Grayscale: #B1B1B1. Windows color (decimal): -3687107 or 4046279. OLE color: 4046279.

HSL color Cylindrical-coordinate representation of color #C7BD3D: hue angle of 55.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7BD3D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 61 -
CMYK 0 0.05 0.69 0.22
HSL 55.65º 0.55% 0.51% -
HSV(B) 55.65º 0.69% 0.78% -
XYZ 42.59 48.87 11.6 -
YUV 177.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 199 189 61 0 0.05 0.69 0.22 55.65 0.55 0.51
Hex C7 BD 3D 0 5 45 16 38 37 33
Octal 307 275 75 0 5 105 26 70 67 63
Binary 11000111 10111101 111101 0 101 1000101 10110 111000 110111 110011

Color Harmonies of #C7BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD3D

Black with #C7BD3D

Text Example


Text Example

White with #C7BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD3D; }

 p { color: rgb(199,189,61); }

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

background-color css

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

 a { background-color: rgb(199,189,61); }

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

border-color css

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

 span { border-color: rgb(199,189,61); }

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