Html Css Color HEX #C9B23D Old Gold

📋 copy color: '#C9B23D'

red 201 ◦ green 178 ◦ blue 61

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

Shades of Old Gold #C9B23D

Tints of Old Gold #C9B23D

RGB

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

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

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

R = 45.68%
G = 40.45%
B = 13.86%

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

#C9B23D (or 0xC9B23D) is known color: Old Gold. HEX triplet: C9, B2 and 3D. RGB value is (201,178,61). Sum of RGB (Red+Green+Blue) = 201+178+61=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B23D is #364DC2. Grayscale: #ACACAC. Windows color (decimal): -3558851 or 4043465. OLE color: 4043465.

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

Color convert

RGB 201 178 61 -
CMYK 0 0.11 0.70 0.21
HSL 50.14º 0.56% 0.51% -
HSV(B) 50.14º 0.7% 0.79% -
XYZ 40.85 44.6 10.87 -
YUV 171.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 201 178 61 0 0.11 0.70 0.21 50.14 0.56 0.51
Hex C9 B2 3D 0 B 46 15 32 38 33
Octal 311 262 75 0 13 106 25 62 70 63
Binary 11001001 10110010 111101 0 1011 1000110 10101 110010 111000 110011

Color Harmonies of #C9B23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B23D

Black with #C9B23D

Text Example


Text Example

White with #C9B23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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