Html Css Color HEX #C9BE3E Old Gold

📋 copy color: '#C9BE3E'

red 201 ◦ green 190 ◦ blue 62

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

Shades of Old Gold #C9BE3E

Tints of Old Gold #C9BE3E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 44.37%
G = 41.94%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9BE3E (or 0xC9BE3E) is known color: Old Gold. HEX triplet: C9, BE and 3E. RGB value is (201,190,62). Sum of RGB (Red+Green+Blue) = 201+190+62=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE3E is #3641C1. Grayscale: #B3B3B3. Windows color (decimal): -3555778 or 4112073. OLE color: 4112073.

HSL color Cylindrical-coordinate representation of color #C9BE3E: hue angle of 55.25º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9BE3E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 62 -
CMYK 0 0.05 0.69 0.21
HSL 55.25º 0.56% 0.52% -
HSV(B) 55.25º 0.69% 0.79% -
XYZ 43.37 49.59 11.84 -
YUV 178.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 201 190 62 0 0.05 0.69 0.21 55.25 0.56 0.52
Hex C9 BE 3E 0 5 45 15 37 38 34
Octal 311 276 76 0 5 105 25 67 70 64
Binary 11001001 10111110 111110 0 101 1000101 10101 110111 111000 110100

Color Harmonies of #C9BE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE3E

Black with #C9BE3E

Text Example


Text Example

White with #C9BE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE3E; }

 p { color: rgb(201,190,62); }

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

background-color css

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

 a { background-color: rgb(201,190,62); }

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

border-color css

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

 span { border-color: rgb(201,190,62); }

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