Html Css Color HEX #CFBF4A Old Gold

📋 copy color: '#CFBF4A'

red 207 ◦ green 191 ◦ blue 74

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

Shades of Old Gold #CFBF4A

Tints of Old Gold #CFBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 43.86%
G = 40.47%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFBF4A (or 0xCFBF4A) is known color: Old Gold. HEX triplet: CF, BF and 4A. RGB value is (207,191,74). Sum of RGB (Red+Green+Blue) = 207+191+74=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF4A is #3040B5. Grayscale: #B6B6B6. Windows color (decimal): -3162294 or 4898767. OLE color: 4898767.

HSL color Cylindrical-coordinate representation of color #CFBF4A: hue angle of 52.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFBF4A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 191 74 -
CMYK 0 0.08 0.64 0.19
HSL 52.78º 0.58% 0.55% -
HSV(B) 52.78º 0.64% 0.81% -
XYZ 45.6 51.02 13.92 -
YUV 182.45 66.8 145.51 -
System Red Green Blue C M Y K H S L
Decimal 207 191 74 0 0.08 0.64 0.19 52.78 0.58 0.55
Hex CF BF 4A 0 8 40 13 35 3A 37
Octal 317 277 112 0 10 100 23 65 72 67
Binary 11001111 10111111 1001010 0 1000 1000000 10011 110101 111010 110111

Color Harmonies of #CFBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF4A

Black with #CFBF4A

Text Example


Text Example

White with #CFBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF4A; }

 p { color: rgb(207,191,74); }

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

background-color css

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

 a { background-color: rgb(207,191,74); }

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

border-color css

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

 span { border-color: rgb(207,191,74); }

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