Html Css Color HEX #C9BD3D Old Gold

📋 copy color: '#C9BD3D'

red 201 ◦ green 189 ◦ blue 61

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

Shades of Old Gold #C9BD3D

Tints of Old Gold #C9BD3D

RGB

 RED value IS 201 (78.91% from 255) = 44.57%

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

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

R = 44.57%
G = 41.91%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9BD3D (or 0xC9BD3D) is known color: Old Gold. HEX triplet: C9, BD and 3D. RGB value is (201,189,61). Sum of RGB (Red+Green+Blue) = 201+189+61=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD3D is #3642C2. Grayscale: #B2B2B2. Windows color (decimal): -3556035 or 4046281. OLE color: 4046281.

HSL color Cylindrical-coordinate representation of color #C9BD3D: hue angle of 54.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9BD3D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 61 -
CMYK 0 0.06 0.70 0.21
HSL 54.86º 0.56% 0.51% -
HSV(B) 54.86º 0.7% 0.79% -
XYZ 43.13 49.15 11.63 -
YUV 178 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 201 189 61 0 0.06 0.70 0.21 54.86 0.56 0.51
Hex C9 BD 3D 0 6 46 15 37 38 33
Octal 311 275 75 0 6 106 25 67 70 63
Binary 11001001 10111101 111101 0 110 1000110 10101 110111 111000 110011

Color Harmonies of #C9BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD3D

Black with #C9BD3D

Text Example


Text Example

White with #C9BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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