Html Css Color HEX #CFBA4A Old Gold

📋 copy color: '#CFBA4A'

red 207 ◦ green 186 ◦ blue 74

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

Shades of Old Gold #CFBA4A

Tints of Old Gold #CFBA4A

RGB

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

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

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

R = 44.33%
G = 39.83%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFBA4A (or 0xCFBA4A) is known color: Old Gold. HEX triplet: CF, BA and 4A. RGB value is (207,186,74). Sum of RGB (Red+Green+Blue) = 207+186+74=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA4A is #3045B5. Grayscale: #B3B3B3. Windows color (decimal): -3163574 or 4897487. OLE color: 4897487.

HSL color Cylindrical-coordinate representation of color #CFBA4A: hue angle of 50.53º 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 #CFBA4A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 74 -
CMYK 0 0.10 0.64 0.19
HSL 50.53º 0.58% 0.55% -
HSV(B) 50.53º 0.64% 0.81% -
XYZ 44.53 48.88 13.57 -
YUV 179.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 207 186 74 0 0.10 0.64 0.19 50.53 0.58 0.55
Hex CF BA 4A 0 A 40 13 33 3A 37
Octal 317 272 112 0 12 100 23 63 72 67
Binary 11001111 10111010 1001010 0 1010 1000000 10011 110011 111010 110111

Color Harmonies of #CFBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA4A

Black with #CFBA4A

Text Example


Text Example

White with #CFBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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