Html Css Color HEX #CFB346 Old Gold

📋 copy color: '#CFB346'

red 207 ◦ green 179 ◦ blue 70

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

Shades of Old Gold #CFB346

Tints of Old Gold #CFB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

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

R = 45.39%
G = 39.25%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB346 (or 0xCFB346) is known color: Old Gold. HEX triplet: CF, B3 and 46. RGB value is (207,179,70). Sum of RGB (Red+Green+Blue) = 207+179+70=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB346 is #304CB9. Grayscale: #AFAFAF. Windows color (decimal): -3165370 or 4633551. OLE color: 4633551.

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

Color convert

RGB 207 179 70 -
CMYK 0 0.14 0.66 0.19
HSL 47.74º 0.59% 0.54% -
HSV(B) 47.74º 0.66% 0.81% -
XYZ 42.96 45.95 12.4 -
YUV 174.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 207 179 70 0 0.14 0.66 0.19 47.74 0.59 0.54
Hex CF B3 46 0 E 42 13 30 3B 36
Octal 317 263 106 0 16 102 23 60 73 66
Binary 11001111 10110011 1000110 0 1110 1000010 10011 110000 111011 110110

Color Harmonies of #CFB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB346

Black with #CFB346

Text Example


Text Example

White with #CFB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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