Html Css Color HEX #CFBA46 Old Gold

📋 copy color: '#CFBA46'

red 207 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #CFBA46

Tints of Old Gold #CFBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 44.71%
G = 40.17%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFBA46 (or 0xCFBA46) is known color: Old Gold. HEX triplet: CF, BA and 46. RGB value is (207,186,70). Sum of RGB (Red+Green+Blue) = 207+186+70=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA46 is #3045B9. Grayscale: #B3B3B3. Windows color (decimal): -3163578 or 4635343. OLE color: 4635343.

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

Color convert

RGB 207 186 70 -
CMYK 0 0.10 0.66 0.19
HSL 50.8º 0.59% 0.54% -
HSV(B) 50.8º 0.66% 0.81% -
XYZ 44.4 48.83 12.88 -
YUV 179.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 207 186 70 0 0.10 0.66 0.19 50.8 0.59 0.54
Hex CF BA 46 0 A 42 13 33 3B 36
Octal 317 272 106 0 12 102 23 63 73 66
Binary 11001111 10111010 1000110 0 1010 1000010 10011 110011 111011 110110

Color Harmonies of #CFBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA46

Black with #CFBA46

Text Example


Text Example

White with #CFBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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