Html Css Color HEX #CFBA2C Old Gold

📋 copy color: '#CFBA2C'

red 207 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #CFBA2C

Tints of Old Gold #CFBA2C

RGB

 RED value IS 207 (81.25% from 255) = 47.37%

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 44 (17.58% from 255) = 10.07%

R = 47.37%
G = 42.56%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CFBA2C (or 0xCFBA2C) is known color: Old Gold. HEX triplet: CF, BA and 2C. RGB value is (207,186,44). Sum of RGB (Red+Green+Blue) = 207+186+44=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA2C is #3045D3. Grayscale: #B0B0B0. Windows color (decimal): -3163604 or 2931407. OLE color: 2931407.

HSL color Cylindrical-coordinate representation of color #CFBA2C: hue angle of 52.27º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFBA2C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 44 -
CMYK 0 0.10 0.79 0.19
HSL 52.27º 0.65% 0.49% -
HSV(B) 52.27º 0.79% 0.81% -
XYZ 43.75 48.57 9.45 -
YUV 176.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 207 186 44 0 0.10 0.79 0.19 52.27 0.65 0.49
Hex CF BA 2C 0 A 4F 13 34 41 31
Octal 317 272 54 0 12 117 23 64 101 61
Binary 11001111 10111010 101100 0 1010 1001111 10011 110100 1000001 110001

Color Harmonies of #CFBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA2C

Black with #CFBA2C

Text Example


Text Example

White with #CFBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA2C; }

 p { color: rgb(207,186,44); }

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

background-color css

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

 a { background-color: rgb(207,186,44); }

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

border-color css

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

 span { border-color: rgb(207,186,44); }

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