Html Css Color HEX #C9B33D Old Gold

📋 copy color: '#C9B33D'

red 201 ◦ green 179 ◦ blue 61

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

Shades of Old Gold #C9B33D

Tints of Old Gold #C9B33D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

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

R = 45.58%
G = 40.59%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9B33D (or 0xC9B33D) is known color: Old Gold. HEX triplet: C9, B3 and 3D. RGB value is (201,179,61). Sum of RGB (Red+Green+Blue) = 201+179+61=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B33D is #364CC2. Grayscale: #ACACAC. Windows color (decimal): -3558595 or 4043721. OLE color: 4043721.

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

Color convert

RGB 201 179 61 -
CMYK 0 0.11 0.70 0.21
HSL 50.57º 0.56% 0.51% -
HSV(B) 50.57º 0.7% 0.79% -
XYZ 41.05 44.99 10.94 -
YUV 172.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 201 179 61 0 0.11 0.70 0.21 50.57 0.56 0.51
Hex C9 B3 3D 0 B 46 15 33 38 33
Octal 311 263 75 0 13 106 25 63 70 63
Binary 11001001 10110011 111101 0 1011 1000110 10101 110011 111000 110011

Color Harmonies of #C9B33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B33D

Black with #C9B33D

Text Example


Text Example

White with #C9B33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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